M_Cyjb_Collections_ObjectModel_ReadOnlyListBase_1_GetItemAt - CYJB/Cyjb GitHub Wiki
返回指定索引处的元素。
Namespace: Cyjb.Collections.ObjectModel
Assembly: Cyjb (in Cyjb.dll) Version: 1.0.23+7750dd8e971297c5fa962a3bee37fb78f72793f6
C#
protected abstract T GetItemAt(
int index
)
- index
- Type: System.Int32
要返回元素的从零开始的索引。
Type: T
位于指定索引处的元素。