Click or drag to resize

EmptyLookupTKey, TElement Class

Extension class which provides an empty lookup table
Inheritance Hierarchy
SystemObject
  Aml.Engine.ServicesEmptyLookupTKey, TElement

Namespace: Aml.Engine.Services
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public static class EmptyLookup<TKey, TElement>

Type Parameters

TKey
The type of the key.
TElement
The type of the element.

The EmptyLookupTKey, TElement type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberInstance Gets the empty lookup table instance.
Top
See Also