Namespace: MonoSoftware.Web.Workspace
Assembly: MonoSoftware.Web.Workspace (in MonoSoftware.Web.Workspace.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
public static Dictionary<LookupDefinition, Lookup<TEntity>> CachedLookups { get; }
Visual Basic
Public Shared ReadOnly Property CachedLookups As Dictionary(Of LookupDefinition, Lookup(Of TEntity))
	Get
Visual C++
public:
static property Dictionary<LookupDefinition^, Lookup<TEntity>^>^ CachedLookups {
	Dictionary<LookupDefinition^, Lookup<TEntity>^>^ get ();
}
F#
static member CachedLookups : Dictionary<LookupDefinition, Lookup<'TEntity>> with get

Property Value

Type: Dictionary<(Of <(<'LookupDefinition, Lookup<(Of <(<'TEntity>)>)>>)>)>

See Also