Overload | Description |
---|---|
LurchTable<TKey,TValue> Constructor(Int32) | Creates a LurchTable that can store up to (capacity) items efficiently. |
LurchTable<TKey,TValue> Constructor(Int32,LurchTableOrder) | Creates a LurchTable that can store up to (capacity) items efficiently. |
LurchTable<TKey,TValue> Constructor(Int32,LurchTableOrder,IEqualityComparer<TKey>) | Creates a LurchTable that can store up to (capacity) items efficiently. |
LurchTable<TKey,TValue> Constructor(LurchTableOrder,Int32) | Creates a LurchTable that orders items by (ordering) and removes items once the specified (limit) is reached. |
LurchTable<TKey,TValue> Constructor(LurchTableOrder,Int32,IEqualityComparer<TKey>) | Creates a LurchTable that orders items by (ordering) and removes items once the specified (limit) is reached. |
LurchTable<TKey,TValue> Constructor(LurchTableOrder,Int32,Int32,Int32,Int32,IEqualityComparer<TKey>) | Creates a LurchTable that orders items by (ordering) and removes items once the specified (limit) is reached. |
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7