Delegate which returns an item by index.
public delegate T GenericEnumerable.GetItem (uintarrow-up-right index) where T : class
Parameters
indexThe index of the item to retrieve. Items in the range [0..GenericEnumerable`1.Countarrow-up-right) exist, though they may be null.
index
The index of the item to retrieve. Items in the range [0..GenericEnumerable`1.Countarrow-up-right) exist, though they may be null.
Returns
The item or null.
Indexing outside the bounds of the collection may return null or thow an exception.
Namespace: Sansar.Utility Assembly: Sansar.Script (in Sansar.Script.dll) Assembly Versions: 1.0.0.0
Last updated 2 years ago