System::Collections::IList::idx_get method
IList::idx_get method
RTTI information.
virtual SharedPtr<System::Object> System::Collections::IList::idx_get(int index, int dummy=0) const =0
Parameter | Type | Description |
---|---|---|
index | int | The item index. |
dummy | int | The fake param that is used to disambiguate. |
ReturnValue
The item at the specified index.
Remarks
Gets the item at the specified index.
See Also
- Typedef SharedPtr
- Class Object
- Class IList
- Namespace System::Collections
- Library Aspose.PUB for C++