Item

WarningInfoCollection indexer

Gets an item at the specified index.

public WarningInfo this[int index] { get; }
ParameterDescription
indexZero-based index of the item.

See Also