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)
ParameterTypeDescription
indexint32_tThe zero-based index of the element to get or set.

ReturnValue

The element at the specified index.

See Also