CSharpTest.Net
LurchTable<TKey,TValue> Constructor
See Also  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.Collections Namespace > LurchTable<TKey,TValue> Class : LurchTable<TKey,TValue> Constructor

Glossary Item Box

Overload List

OverloadDescription
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.  

Requirements

Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7

See Also

Generated with Document! X 2011 by Innovasys