ChartObjectCollectionBase<T,U>.Item[Int32] 属性

定义

按照其索引获取集合中的某一项。

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

参数

index
Int32

项的索引。

属性值

T

一个 T 类型的对象。

适用于