Item

CustomXmlPartCollection 索引器

返回指定索引处的元素。

public ICustomXmlPart this[int index] { get; }
参数描述
index要获取的元素的零基索引。

返回值

指定索引处的元素。

异常

exceptioncondition
ArgumentOutOfRangeExceptionindex 小于 0。或 index 等于或大于 Count

另请参见