public interface IList<T> extends ICollection<T>, java.lang.Iterable<T>
Modifier and Type | Method and Description |
---|---|
T |
get(int index) |
int |
IndexOf(T item) |
void |
Insert(int index,
T item) |
void |
RemoveAt(int index) |
void |
set(int index,
T item) |
Add, Clear, Contains, CopyTo, Count, IsReadOnly, Remove