CharInfoCollection.Item

CharInfoCollection indexer

Gets the CharInfo element at the specified index.

public CharInfo this[int index] { get; }
ParameterDescription
indexIndex within the collection.

Return Value

CharInfo object.

See Also