Click or drag to resize
NbObjectOptT 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
Version Information

Core

Supported in: 1.0
See Also