Click or drag to resize
NbJsonObjectGetT Method
キーに対応する値を取得する。 キーが存在しない場合は KeyNotFoundException がスローされる。

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

Parameters

key
Type: SystemString
キー

Type Parameters

T

Return Value

Type: T
キーに対応する値
Exceptions
ExceptionCondition
ArgumentNullExceptionキーがnull
KeyNotFoundExceptionキーが存在しない
InvalidCastException型が一致しない
Version Information

Core

Supported in: 1.0
See Also