NonGenericList.Item
NonGenericList indexer
Gets or sets the element at the specified index.
public object this[int index] { get; set; }
Parameter | Description |
---|---|
index | The index. |
See Also
- class NonGenericList
- namespace Aspose.CAD
- assembly Aspose.CAD
Gets or sets the element at the specified index.
public object this[int index] { get; set; }
Parameter | Description |
---|---|
index | The index. |