System::Collections::ObjectModel::ReadOnlyCollection::idx_get method

ReadOnlyCollection::idx_get method

获取特定位置的项。

virtual T System::Collections::ObjectModel::ReadOnlyCollection<T>::idx_get(int index) const override
ParameterType描述
索引int获取元素的索引。

ReturnValue

指定位置处元素的副本。

另见