System.Runtime.CompilerServices.ReadOnlyCollectionBuilder<T>: Method Members

The methods of System.Runtime.CompilerServices.ReadOnlyCollectionBuilder<T> are listed below. For a list of all members, see the ReadOnlyCollectionBuilder<T> Members list.

See Also: Inherited members from System.Object

Public Methods

Add(T)
Documentation for this section has not yet been entered.
Clear()

Removes all items from the System.Runtime.CompilerServices.ReadOnlyCollectionBuilder`1.

Contains(T) : bool
Documentation for this section has not yet been entered.
CopyTo(T[], int)
Documentation for this section has not yet been entered.
GetEnumerator() : IEnumerator<T>

Returns an enumerator that iterates through the collection.

IndexOf(T) : int
Documentation for this section has not yet been entered.
Insert(int, T)
Documentation for this section has not yet been entered.
Remove(T) : bool
Documentation for this section has not yet been entered.
RemoveAt(int)

Removes the System.Runtime.CompilerServices.ReadOnlyCollectionBuilder`1 item at the specified index.

Reverse()

Reverses the order of the elements in the entire System.Runtime.CompilerServices.ReadOnlyCollectionBuilder`1.

Reverse(int, int)

Reverses the order of the elements in the specified range.

ToArray() : T[]

Copies the elements of the System.Runtime.CompilerServices.ReadOnlyCollectionBuilder`1 to a new array.

ToReadOnlyCollection() : System.Collections.ObjectModel.ReadOnlyCollection<T>

Creates a System.Collections.ObjectModel.ReadOnlyCollection`1 containing all of the elements of the System.Runtime.CompilerServices.ReadOnlyCollectionBuilder`1, avoiding copying the elements to the new array if possible. Resets the System.Runtime.CompilerServices.ReadOnlyCollectionBuilder`1 after the System.Collections.ObjectModel.ReadOnlyCollection`1 has been created.