RuntimeState.Settings 属性 | |
The dictionary that stores most of the settings in the runtime state. The key to the index is the number from the Set Enum
命名空间:
XSharp
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 PROPERTY Settings AS Dictionary<Set, Object> GET
public Dictionary<Set, Object> Settings { get; }
查看代码属性值
类型:
DictionarySet,
Object参见