Click or drag to resize
NbJsonArrayGetJsonObject Method
指定した位置の値(NbJsonObject)を返す

Namespace: Nec.Nebula
Assembly: Nec.Nebula.Core (in Nec.Nebula.Core.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax
public NbJsonObject GetJsonObject(
	int index
)

Parameters

index
Type: SystemInt32
インデックス

Return Value

Type: NbJsonObject
指定した位置の NbJsonObject
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionインデックスが範囲外
InvalidCastException型が一致しない
Version Information

Core

Supported in: 1.0
See Also