GenericEnumerable<T>.GetItem
Last updated
Delegate which returns an item by index.
public delegate T GenericEnumerable.GetItem (uint index) where T : class
Parameters
index
The index of the item to retrieve. Items in the range [0..GenericEnumerable`1.Count) 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