The C1OrderedSet type exposes the following members.

Constructors

  Name Description
Public method C1OrderedSet()()()()
Initializes a new instance of the C1OrderedSet class.
Public method C1OrderedSet(C1OrderedSet)
Initializes a new instance of the C1OrderedSet class.

Methods

  Name Description
Public method Add(Int32)
Adds an item to the ICollection<(Of <(<'T>)>)>.
Public method Add(C1OrderedSet)
Joins the specified set.
Public method AddRange
Adds a range of elements.
Public method Clear
Removes all items from the ICollection<(Of <(<'T>)>)>.
Public method Contains
Determines whether the ICollection<(Of <(<'T>)>)> contains a specific value.
Public method CopyTo
Copies the elements of the ICollection<(Of <(<'T>)>)> to an Array, starting at a particular Array index.
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method 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.)
Public method GetEnumerator
Returns an enumerator that iterates through the collection.
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method Remove(Int32)
Removes the first occurrence of a specific object from the ICollection<(Of <(<'T>)>)>.
Public method Remove(C1OrderedSet)
Removes the specified items.
Public method RemoveRange
Removes a range of elements.
Public method ToString
Returns a String that represents the current Object.
(Overrides Object..::..ToString()()()().)

Properties

  Name Description
Public property Count
Gets the number of elements contained in the ICollection<(Of <(<'T>)>)>.
Public property IsReadOnly
Gets a value indicating whether the ICollection<(Of <(<'T>)>)> is read-only.
Public property Item
Gets the Int32 at the specified index.

Explicit Interface Implementations

  Name Description
Explicit interface implemetation Private method IEnumerable..::..GetEnumerator
Returns an enumerator that iterates through a collection.

See Also