Click or drag to resize

RuntimeState.Settings Property

X#
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.19
Syntax
 PROPERTY Settings AS Dictionary<Set, Object> GET 
Request Example View Source

Property Value

Type: DictionarySet, Object
See Also