Click or drag to resize

SetT Methods

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

The SetT generic type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds an item to the Set.
Public methodAddRange
Adds every element in the enumerable to the Set.
Public methodAny
Returns an arbitary item from the set.
Public methodClear
Removes all items from the Set.
Public methodContains
Determines whether the Set contains a specific value.
Public methodCopyTo
Copies the elements of the Set to an array, starting at a particular array index.
Public methodEquals(Object)
Determines whether the specified object is equal to this Set.
(Overrides ObjectEquals(Object).)
Public methodEquals(SetT)
Determines whether the given Set is equal to this Set.
Public methodGetEnumerator
Returns an enumerator that iterates through the Set.
Public methodGetHashCode
Generates a hash code for the given Set.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasSubset
Checks whether the other Set has all elements in common with this Set (i.e. 'other' is a subset of this Set).
Public methodIntersects(IEnumerableT)
Checks whether the enumerable has any elements in common with this Set.
Public methodIntersects(SetT)
Checks whether the other Set has any elements in common with this Set.
Public methodRemove
Removes the first occurrence of a specific object from the Set.
Public methodToArray
Creates an array containing every element of this Set.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also