ErrorCheckOptionCollection.Item

ErrorCheckOptionCollection indexer

Gets ErrorCheckOption object by the given index.

public ErrorCheckOption this[int index] { get; }
ParameterDescription
indexThe index

Return Value

Return ErrorCheckOption object

See Also