Click or drag to resize
NbObjectGetT 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対応するキーが存在しない
Version Information

Core

Supported in: 1.0
See Also