Overload List

  NameDescription
Public methodLinkedHashMap<(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.
Public methodLinkedHashMap<(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>)>)>.
Public methodLinkedHashMap<(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.
Public methodLinkedHashMap<(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>)>)>.

See Also