NbJsonArrayGetArray Method |
指定した位置の値(NbJsonArray)を返す
Namespace: Nec.NebulaAssembly: Nec.Nebula.Core (in Nec.Nebula.Core.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax public NbJsonArray GetArray(
int index
)
Public Function GetArray (
index As Integer
) As NbJsonArray
public:
NbJsonArray^ GetArray(
int index
)
member GetArray :
index : int -> NbJsonArray
Parameters
- index
- Type: SystemInt32
インデックス
Return Value
Type:
NbJsonArray指定した位置の NbJsonArray
Exceptions Version Information Core
Supported in: 1.0
See Also