Click or drag to resize
NbJsonArrayGetT Method
指定した位置の値を取得する

Namespace: Nec.Nebula
Assembly: Nec.Nebula.Core (in Nec.Nebula.Core.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax
public T Get<T>(
	int index
)

Parameters

index
Type: SystemInt32
インデックス

Type Parameters

T

Return Value

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

Core

Supported in: 1.0
See Also