ChangeCollection<TChange>.Item[Int32] 属性

定义

从更改集合中获取单个更改。

public:
 property TChange default[int] { TChange get(int index); };
public TChange this[int index] { get; }
Default Public ReadOnly Property Item(index As Integer) As TChange

参数

index
Int32

要从更改集合获取的更改的从零开始的索引。

属性值

TChange

更改集合中的单个更改。

适用于