Item

PersonCollection indexer

Returns a person at the specified index.

public Person this[int index] { get; }
ParameterDescription
indexAn index into the collection.

See Also