GenericEnumerable<T>.GetItem

GenericEnumerable.GetItem Delegate

Delegate which returns an item by index.

Syntax

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.

Remarks

Indexing outside the bounds of the collection may return null or thow an exception.

Requirements

Namespace: Sansar.Utility Assembly: Sansar.Script (in Sansar.Script.dll) Assembly Versions: 1.0.0.0


Last updated