Item

SchemaRefCollection indexer

Gets the SchemaRef item at the specified index in the collection.

public SchemaRef this[int index] { get; }
ParameterDescription
indexThe zero based index of the element.

Return Value

The element at the specified index.

See Also