System::Collections::IList::idx_get metodo
IList::idx_get method
Informazioni RTTI.
virtual SharedPtr<System::Object> System::Collections::IList::idx_get(int index, int dummy=0) const =0
| Parametro | Tipo | Descrizione |
|---|---|---|
| indice | int | L’indice dell’elemento. |
| fittizio | int | Il parametro fittizio usato per disambiguare. |
ReturnValue
L’elemento all’indice specificato.
Osservazioni
Restituisce l’elemento all’indice specificato.
Vedi anche
- Typedef SharedPtr
- Class Object
- Class IList
- Namespace System::Collections
- Library Aspose.Font for C++