RuntimeState.GetValueT Method | |
Retrieve a value from the state of the current Thread.
Namespace:
XSharp
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax STATIC METHOD GetValue<T>(
nSetting AS Set
)
AS T
public static T GetValue<T>(
Set nSetting
)
Request Example
View SourceParameters
- nSetting
- Type: Set
Setting number to retrieve. Must be defined in the SET enum.
Type Parameters
- T
- The return type expected for this setting.
Return Value
Type:
TThe current value, or a default value of type T.
See Also