[This is preliminary documentation and is subject to change.]
Gets the member in the set with a particular index.

Declaration Syntax
public bool TryGetValue(
int index,
out T member
)

Parameters
- index (Int32)
- The index of the desired member.
- member (T%)
- On return, the member with the supplied index or null
if the index is less than 0 or equal to or greater than Count.

Return Value
True if a member was returned in member, otherwise
false.
Assembly:
Persistate.Util (Module: Persistate.Util) Version: 0.6.1.20 (0.6.1.20)