idx_get()
IList::idx_get(int, int) const method
Gets the item at the specified index.
virtual SharedPtr<System::Object> System::Collections::IList::idx_get(int index, int dummy=0) const =0
Arguments
Parameter | Type | Description |
---|---|---|
index | int | The item index. |
dummy | int | The fake param that is used to disambiguate. |
Return Value
The item at the specified index.
See Also
- Typedef SharedPtr
- Class Object
- Class IList
- Namespace System::Collections
- Library Aspose.Slides