7 [TypeDependency(
"System.SZArrayHelper")]
8 [__DynamicallyInvokable]
13 [__DynamicallyInvokable]
16 [__DynamicallyInvokable]
23 [__DynamicallyInvokable]
26 [__DynamicallyInvokable]
33 [__DynamicallyInvokable]
38 [__DynamicallyInvokable]
45 [__DynamicallyInvokable]
56 [__DynamicallyInvokable]
57 void CopyTo(T[] array,
int arrayIndex);
64 [__DynamicallyInvokable]
bool Remove(T item)
Removes the first occurrence of a specific object from the T:System.Collections.Generic....
Exposes the enumerator, which supports a simple iteration over a collection of a specified type....
void CopyTo(T[] array, int arrayIndex)
Copies the elements of the T:System.Collections.Generic.ICollection`1 to an T:System....
Defines methods to manipulate generic collections.
bool Contains(T item)
Determines whether the T:System.Collections.Generic.ICollection`1 contains a specific value.
bool IsReadOnly
Gets a value indicating whether the T:System.Collections.Generic.ICollection`1 is read-only.
int Count
Gets the number of elements contained in the T:System.Collections.Generic.ICollection`1.
void Add(T item)
Adds an item to the T:System.Collections.Generic.ICollection`1.
void Clear()
Removes all items from the T:System.Collections.Generic.ICollection`1.