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

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

Gets the index of a particular member of the set.
Declaration Syntax
C#
public int this[
	T member
] { get; }
Parameters
member (T)
The member that the index is wanted for.
Return Value
The index of the supplied member.
Exceptions
ExceptionCondition
KeyNotFoundExceptionThe supplied member is not in the set.

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