GenericEnumerable<T>.GetItem

GenericEnumerable<T>.GetItem Delegate

Delegate which returns an item by index.

Syntax

public delegate T GenericEnumerable<T>.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
 

Was this article helpful?
0 out of 1 found this helpful
Have more questions? Submit a request

0 Comments

Article is closed for comments.