Overload List
Name | Description | |
---|---|---|
LinkedHashMap<(Of <(<'TKey, TValue>)>)>()()()() |
Initializes a new instance of the LinkedHashMap<(Of <(<'TKey, TValue>)>)> class that is empty,
has the default initial capacity, and uses the default equality comparer for the key type.
| |
LinkedHashMap<(Of <(<'TKey, TValue>)>)>(IEqualityComparer<(Of <<'(TKey>)>>)) |
Initializes a new instance of the LinkedHashMap<(Of <(<'TKey, TValue>)>)> class that is empty, has the default initial capacity, and uses the specified IEqualityComparer<(Of <(<'T>)>)>.
| |
LinkedHashMap<(Of <(<'TKey, TValue>)>)>(Int32) |
Initializes a new instance of the LinkedHashMap<(Of <(<'TKey, TValue>)>)> class that is empty,
has the specified initial capacity, and uses the default equality comparer for the key type.
| |
LinkedHashMap<(Of <(<'TKey, TValue>)>)>(Int32, IEqualityComparer<(Of <<'(TKey>)>>)) |
Initializes a new instance of the LinkedHashMap<(Of <(<'TKey, TValue>)>)> class that is empty, has the specified initial capacity, and uses the specified IEqualityComparer<(Of <(<'T>)>)>.
|