Persistate API documentation
Item Property (index)
NamespacesPersistate.UtilIndexedSet<(Of <(<'T>)>)>Item[([( Int32])])

[This is preliminary documentation and is subject to change.]

Gets the member in the set with a particular index.
Declaration Syntax
C#
public T this[
	int index
] { get; }
Parameters
index (Int32)
The index of the desired member.
Return Value
The member with the supplied index.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThe supplied index is less than 0 or equal to or greater than Count.

Assembly: Persistate.Util (Module: Persistate.Util) Version: 0.6.1.20 (0.6.1.20)