Click or drag to resize
NbJsonObjectOptT 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 Opt<T>(
	string key,
	T defValue
)

Parameters

key
Type: SystemString
キー
defValue
Type: T
デフォルト値

Type Parameters

T

Return Value

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

Core

Supported in: 1.0
See Also