Persistate API documentation
TryGetValue Method (member, index)
NamespacesPersistate.UtilIndexedSet<(Of <(<'T>)>)>TryGetValue(T, Int32%)

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

Gets the index of a particular member of the set.
Declaration Syntax
C#
public bool TryGetValue(
	T member,
	out int index
)
Parameters
member (T)
The member that the index is wanted for.
index (Int32%)
On return, the index of the supplied member, or -1 if the member is not in the set.
Return Value
True if the member is in the set, otherwise false.

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