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