Bag<(Of <(<'T>)>)> Constructor
Overload List
Name | Description | |
---|---|---|
![]() |
Bag<(Of <(<'T>)>)>()()()() |
Creates a new Bag.
|
![]() |
Bag<(Of <(<'T>)>)>(IEqualityComparer<(Of <<'(T>)>>)) |
Creates a new Bag. The Equals and GetHashCode methods of the passed comparison object
will be used to compare items in this bag for equality.
|
![]() |
Bag<(Of <(<'T>)>)>(IEnumerable<(Of <<'(T>)>>)) |
Creates a new Bag. The bag is
initialized with all the items in the given collection.
|
![]() |
Bag<(Of <(<'T>)>)>(IEnumerable<(Of <<'(T>)>>), IEqualityComparer<(Of <<'(T>)>>)) |
Creates a new Bag. The Equals and GetHashCode methods of the passed comparison object
will be used to compare items in this bag. The bag is
initialized with all the items in the given collection.
|