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

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

Parameters

index
Type: SystemInt32
インデックス

Return Value

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

Core

Supported in: 1.0
See Also