XmlMapCollection.Item

XmlMapCollection indexer

Gets the xml map by the specific index.

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

Return Value

The xml map

See Also