共用方式為


ValueBuffer.Item[Int32] 屬性

定義

取得所要求索引處的值。

public object this[int index] { get; set; }
public object? this[int index] { get; set; }
member this.Item(int) : obj with get, set
Default Public Property Item(index As Integer) As Object

參數

index
Int32

要取得之值的索引。

屬性值

在要求索引處的值。

適用於