VirtualUser Get T  Method (String, T)C# API
Returns a reference to an object held in the dictionary.

Namespace: Facilita.Fc.Runtime
Assembly: fc_clr (in fc_clr.dll) Version: 9.5.5.77
Syntax

public T Get<T>(
	string key,
	T defaultValue
)

Parameters

key
Type: System String
The key to be looked up in the dictionary.
defaultValue
Type: T
The value to return if the key is not present in the dictionary.
Type Parameters

T
The type of value to get

Return Value

An object value held in the dictionary.

Implements

IDataDictionary Get T (String, T)
Exceptions

See Also