Item
ElementList indexer
获取列表中指定索引处的元素。
public Element this[int index] { get; }
| 参数 | 描述 |
|---|---|
| index | 元素的零基索引。 |
返回值
指定索引处的元素。
另请参阅
- class Element
- class ElementList
- namespace Aspose.Finance.Xbrl.Dom
- assembly Aspose.Finance
获取列表中指定索引处的元素。
public Element this[int index] { get; }
| 参数 | 描述 |
|---|---|
| index | 元素的零基索引。 |
指定索引处的元素。