Click or drag to resize

WritableCollectionT Methods

The WritableCollectionT generic type exposes the following members.

Methods
  NameDescription
Public methodAdd
Public methodAddRange
Public methodClear
Public methodContains
Public methodCopyTo
Public methodEquals
Determines whether the specified Object is equal to this instance.
(Overrides ObjectEquals(Object).)
Public methodGetEnumerator
Public methodGetHashCode
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Searches for the specified object and returns the zero-based index of the first occurrence within the range of elements in the WritableCollectionT that extends from the specified index to the last element.
Public methodInsert
Public methodRead
Reads the object from the specified reader.
Public methodRemove
Public methodRemoveAt
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Public methodWrite
Writes the object to the specified writer.
Top
Extension Methods
  NameDescription
Public Extension MethodGetSequenceHashCodeT
Gets the hash code for the specified sequence of elements.
(Defined by ListExtensions.)
Public Extension MethodOrderByT, TKey
Sorts the elements of a sequence in ascending or descending order according to a key.
(Defined by ListExtensions.)
Public Extension MethodRandomizeTOverloaded.
Randomizes the specified list.
(Defined by ListExtensions.)
Public Extension MethodRandomizeT(Random)Overloaded.
Randomizes the specified list.
(Defined by ListExtensions.)
Public Extension MethodSwapT
Swaps two elements in the specified list.
(Defined by ListExtensions.)
Public Extension MethodToDelimitedStringTOverloaded.
Creates a string with the items of a list separated by a comma.
(Defined by ListExtensions.)
Public Extension MethodToDelimitedStringT(String)Overloaded.
Creates a string with the items of a list separated by the specified delimiter.
(Defined by ListExtensions.)
Top
See Also