PexSettingsStoreAttributeBase.GetValue Method

Definition

Overloads

GetValue<T>(String, T)

Gets a value

GetValue<T>(String)

Gets a value

GetValue<T>(String, T)

Gets a value

protected:
generic <typename T>
 T GetValue(System::String ^ key, T defaultValue);
protected T GetValue<T> (string key, T defaultValue);
member this.GetValue : string * 'T -> 'T
Protected Function GetValue(Of T) (key As String, defaultValue As T) As T

Type Parameters

T

Parameters

key
String

The key.

defaultValue
T

The default value.

Returns

T

Applies to

GetValue<T>(String)

Gets a value

protected:
generic <typename T>
 T GetValue(System::String ^ key);
protected T GetValue<T> (string key);
member this.GetValue : string -> 'T
Protected Function GetValue(Of T) (key As String) As T

Type Parameters

T

Parameters

key
String

Returns

T

Applies to