System::Collections::Generic::List::idx_get 方法

List::idx_get method

获取特定位置的元素。

T System::Collections::Generic::List<T>::idx_get(int index) const override
参数类型描述
索引int用于获取元素的索引。

ReturnValue

指定位置元素的副本。

另见