Click or drag to resize
DigitalRuneWeakCollection<T> Methods

The WeakCollection< T> generic type exposes the following members.

Methods
  NameDescription
Public methodAdd
Public methodAsReadOnly
Returns a read-only wrapper for the current collection.
Public methodClear
Public methodContains
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 collection.
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 methodRemove
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodAddRange<T> (Defined by CollectionHelper.)
Public Extension MethodDo<T>(Action<T>)Overloaded.
Performs the given action on each element in a sequence when it is enumerated.
(Defined by LinqHelper.)
Public Extension MethodDo<T>(Action<T, Int32>)Overloaded.
Performs the given action on each element (incorporating its index) in a sequence when it is enumerated.
(Defined by LinqHelper.)
Public Extension MethodForEach<T>(Action<T>)Overloaded.
Immediately performs the given action on each element in a sequence.
(Defined by LinqHelper.)
Public Extension MethodForEach<T>(Action<T, Int32>)Overloaded.
Immediately performs the given action on each element (incorporating its index) in a sequence.
(Defined by LinqHelper.)
Public Extension MethodIndexOf<T>
Returns the index of the first element in a sequence that satisfies the specified condition.
(Defined by LinqHelper.)
Top
Explicit Interface Implementations
See Also