RuntimeState.Settings Property | |
The dictionary that stores most of the settings in the runtime state. The key to the index is the number from the Set Enum
Namespace:
XSharp
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.21
Syntax PROPERTY Settings AS Dictionary<Set, Object> GET
public Dictionary<Set, Object> Settings { get; }
Request Example
View SourceProperty Value
Type:
DictionarySet,
ObjectSee Also