Item

CustomXmlPartCollection indexer

Returns the element at the specified index.

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

Return Value

The element at the specified index.

Exceptions

exceptioncondition
ArgumentOutOfRangeExceptionindex is less than 0.-or-index is equal to or greater than Count

See Also