指定したキーに対応する値を取得する。
値が存在しない場合はデフォルト値が返却される。
Namespace: Nec.NebulaAssembly: 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
)
Public Function Opt(Of T) (
key As String,
defValue As T
) As T
public:
generic<typename T>
T Opt(
String^ key,
T defValue
)
member Opt :
key : string *
defValue : 'T -> 'T
Parameters
- key
- Type: SystemString
キー - defValue
- Type: T
デフォルト値
Type Parameters
- T
- 型
Return Value
Type:
T値
Exceptions Version Information Core
Supported in: 1.0
See Also