TechTalk Genome v4.2

Set.GetItem Method

Returns an object at the specified zero-based index of the Set .

Overload List

Returns an object at the specified zero-based index of the Set using element indexing order established by the default sort order of the source Set.

public object GetItem(int);

Returns an object at the specified zero-based index of the Set using element indexing order established by the specified OQL order clause.

public object GetItem(int,string,params object[]);

See Also

Set Class | TechTalk.Genome Namespace | OrderBy