IConfigCategoryDict 属性
Dictionary mapping class IDs to human-readable names
将类别ID映射到可读名称的字典
命名空间: DeploySharp.Model程序集: DeploySharp (在 DeploySharp.dll 中) 版本:0.0.4+6e8a2e904469617cd59619d666c0e272985c0e33
public Dictionary<int, string> CategoryDict { get; set; }
属性值
DictionaryInt32,
String
Key: class ID, Value: class name.
Example: {{0,"person"}, {1,"car"}}
键:类别ID,值:类别名称。
示例:{{0,"人"}, {1,"汽车"}}