7 [TypeDependency(
"System.SZArrayHelper")]
8 [__DynamicallyInvokable]
17 [__DynamicallyInvokable]
20 [__DynamicallyInvokable]
22 [__DynamicallyInvokable]
29 [__DynamicallyInvokable]
38 [__DynamicallyInvokable]
39 void Insert(
int index, T item);
46 [__DynamicallyInvokable]
Exposes the enumerator, which supports a simple iteration over a collection of a specified type....
void RemoveAt(int index)
Removes the T:System.Collections.Generic.IList`1 item at the specified index.
void Insert(int index, T item)
Inserts an item to the T:System.Collections.Generic.IList`1 at the specified index.
Defines methods to manipulate generic collections.
int IndexOf(T item)
Determines the index of a specific item in the T:System.Collections.Generic.IList`1.
Represents a collection of objects that can be individually accessed by index.