SortedDictionary Constructor (IComparer, Int32) |
Namespace: Tangosol.Util.Collections
public SortedDictionary( IComparer comparer, int capacity )
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | capacity is less than zero. |
| OutOfMemoryException | There is not enough available memory to create a SortedDictionary object with the specified capacity. |