 | EmptyLookupTKey, TElementInstance Property |
Gets the empty lookup table instance.
Namespace: Aml.Engine.ServicesAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic static ILookup<TKey, TElement> Instance { get; }
Public Shared ReadOnly Property Instance As ILookup(Of TKey, TElement)
Get
public:
static property ILookup<TKey, TElement>^ Instance {
ILookup<TKey, TElement>^ get ();
}
Property Value
ILookupTKey,
TElement
See Also