Click or drag to resize
DigitalRuneContactSet Methods

The ContactSet type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds a Contact to the end of the ContactSet.
Public methodAsReadOnly
Public methodClear
Removes and recycles all Contacts from the ContactSet.
Public methodContains
Determines whether the ContactSet contains a specific Contact.
Public methodCopyTo
Copies the Contacts of the ContactSet to an Array, starting at a particular Array index.
Public methodStatic memberCreate
Creates an instance of the ContactSet class. (This method reuses a previously recycled instance or allocates a new instance if necessary.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the ContactSet.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Determines the index of a specific Contact in the ContactSet.
Public methodInsert
Inserts an Contact in the ContactSet at the specified index.
Public methodRecycle
Recycles this instance of the ContactSet class.
Public methodRecycle(Boolean)
Recycles this instance of the ContactSet class.
Public methodRemove
Removes the first occurrence of a specific Contact from the ContactSet.
Public methodRemoveAt
Removes the Contact at the specified index.
Public methodReset
Resets this contact set to default values.
Public methodToString
Returns a String that represents the current Object.
(Overrides ObjectToString.)
Top
Extension Methods
  NameDescription
Public Extension MethodAddRangeContact (Defined by CollectionHelper.)
Public Extension MethodDoContact(ActionContact)Overloaded.
Performs the given action on each element in a sequence when it is enumerated.
(Defined by LinqHelper.)
Public Extension MethodDoContact(ActionContact, Int32)Overloaded.
Performs the given action on each element (incorporating its index) in a sequence when it is enumerated.
(Defined by LinqHelper.)
Public Extension MethodForEachContact(ActionContact)Overloaded.
Immediately performs the given action on each element in a sequence.
(Defined by LinqHelper.)
Public Extension MethodForEachContact(ActionContact, Int32)Overloaded.
Immediately performs the given action on each element (incorporating its index) in a sequence.
(Defined by LinqHelper.)
Public Extension MethodIndexOfContact
Returns the index of the first element in a sequence that satisfies the specified condition.
(Defined by LinqHelper.)
Top
Explicit Interface Implementations
See Also