System::Collections::IList::idx_get méthode
IList::idx_get method
Informations RTTI.
virtual SharedPtr<System::Object> System::Collections::IList::idx_get(int index, int dummy=0) const =0
| Paramètre | Type | Description |
|---|---|---|
| indice | int | L’index de l’élément. |
| factice | int | Le paramètre factice utilisé pour désambiguïser. |
ReturnValue
L’élément à l’index spécifié.
Remarques
Obtient l’élément à l’index spécifié.
Voir aussi
- Typedef SharedPtr
- Class Object
- Class IList
- Namespace System::Collections
- Library Aspose.Font for C++