System::Collections::CollectionBase::ListImpl::idx_get method
ListImpl::idx_get method
Returns the element at the specified index.
T System::Collections::CollectionBase<T>::ListImpl::idx_get(int32_t index)
Parameter | Type | Description |
---|---|---|
index | int32_t | The zero-based index of the element to get or set. |
ReturnValue
The element at the specified index.
See Also
- Class ListImpl
- Class CollectionBase
- Namespace System::Collections
- Library Aspose.PUB for C++