.net Access Provider
.net Access Provider
.net Access Provider
Ifs.Fnd.Core
OrderedDictionary(TKey, TValue) Class
OrderedDictionary(TKey, TValue) Constructor
OrderedDictionary(TKey, TValue) Constructor
OrderedDictionary(TKey, TValue) Constructor (IEqualityComparer(TKey))
OrderedDictionary(TKey, TValue) Constructor (Int32)
OrderedDictionary(TKey, TValue) Constructor (OrderedDictionary(TKey, TValue))
OrderedDictionary(TKey, TValue) Constructor (Int32, IEqualityComparer(TKey))
OrderedDictionary
TKey
,
TValue
Constructor (Int32, IEqualityComparer
TKey
)
Initializes a new instance of the
OrderedDictionary<TKey,TValue>
class using the specified initial capacity and comparer.
Namespace:
Ifs.Fnd.Core
Assembly:
Ifs.Fnd.Core (in Ifs.Fnd.Core.dll) Version: 4.52.10.0 (10.2.2.9999)
Syntax
C#
Copy
public
OrderedDictionary
(
int
capacity
,
IEqualityComparer
<TKey>
comparer
)
Parameters
capacity
Type:
System
Int32
The initial number of elements that the
OrderedDictionary<TKey,TValue>
collection can contain.
comparer
Type:
System.Collections.Generic
IEqualityComparer
TKey
The
IEqualityComparer<TKey>
to use when comparing keys, or to use the default
EqualityComparer<TKey>
for the type of the key.
Exceptions
Exception
Condition
ArgumentOutOfRangeException
capacity
is less than 0
See Also
Reference
OrderedDictionary
TKey, TValue
Class
OrderedDictionary
TKey, TValue
Overload
Ifs.Fnd.Core Namespace