Method RequiredItem
RequiredItem<T>(int)
Gets item with the specified index. If index of the item is invalid, throws an exception.
public T RequiredItem<T>(int index) where T : class
Parameters
index
intIndex of the item.
Returns
- T
Type Parameters
T
Type of the result.
RequiredItem(int)
Gets ListControlItem item with the specified index. If index of the item is invalid, an exception is thrown.
public ListControlItem RequiredItem(int index)
Parameters
index
int