GetValue

GetValue()

public object GetValue() ;

Description

Returns the value.

Returns

Returns the value.

GetValue<T>()

public T GetValue<T>() ;

Description

Get the value.

Type Parameters

Type Parameter Name Description Type Constraints
T Value type

Returns

Returns a value.