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