Click or drag to resize
NbJsonObjectGetArray Method
キーに対応する Json Array を取得する。 存在しない場合は null が返る。

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(
	string key
)

Parameters

key
Type: SystemString
キー

Return Value

Type: NbJsonArray
キーに対応する Json Array
Exceptions
ExceptionCondition
ArgumentNullExceptionキーがnull
InvalidCastException型が一致しない
Version Information

Core

Supported in: 1.0
See Also