DynamicJsonArray.Item[Int32] プロパティ

定義

インスタンス内の指定したインデックス位置にある値を DynamicJsonArray 返します。

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

パラメーター

index
Int32

プロパティ値

指定したインデックス位置にある値。

適用対象