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.PSD
- assembly Aspose.PSD
Gets or sets the element at the specified index.
public object this[int index] { get; set; }
Parameter | Description |
---|---|
index | The index. |