Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

struct System.​Collections.​Generic.​IList`1

Assembly: System.Runtime

Represents a collection of objects that can be individually accessed by index.

Properties

public T
Item

Methods

public int
IndexOf​(T item)
public void
Insert​(int index, T item)
public void
RemoveAt​(int index)
index The zero-based index of the item to remove.
Removes the <see cref="T:System.Collections.Generic.IList`1" /> item at the specified index.