The C1OrderedSet type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
C1OrderedSet()()()() |
Initializes a new instance of the C1OrderedSet class.
|
![]() |
C1OrderedSet(C1OrderedSet) |
Initializes a new instance of the C1OrderedSet class.
|
Methods
Name | Description | |
---|---|---|
![]() |
Add(Int32) |
Adds an item to the ICollection<(Of <(<'T>)>)>.
|
![]() |
Add(C1OrderedSet) |
Joins the specified set.
|
![]() |
AddRange |
Adds a range of elements.
|
![]() |
Clear |
Removes all items from the ICollection<(Of <(<'T>)>)>.
|
![]() |
Contains |
Determines whether the ICollection<(Of <(<'T>)>)> contains a specific value.
|
![]() |
CopyTo |
Copies the elements of the ICollection<(Of <(<'T>)>)> to an Array, starting at a particular Array index.
|
![]() |
Equals |
Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetEnumerator |
Returns an enumerator that iterates through the collection.
|
![]() |
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
Remove(Int32) |
Removes the first occurrence of a specific object from the ICollection<(Of <(<'T>)>)>.
|
![]() |
Remove(C1OrderedSet) |
Removes the specified items.
|
![]() |
RemoveRange |
Removes a range of elements.
|
![]() |
ToString |
Returns a String that represents the current Object.
(Overrides Object..::..ToString()()()().) |
Properties
Name | Description | |
---|---|---|
![]() |
Count |
Gets the number of elements contained in the ICollection<(Of <(<'T>)>)>.
|
![]() |
IsReadOnly |
Gets a value indicating whether the ICollection<(Of <(<'T>)>)> is read-only.
|
![]() |
Item |
Gets the Int32 at the specified index.
|
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IEnumerable..::..GetEnumerator |
Returns an enumerator that iterates through a collection.
|