StringDictionaryConfig 类
继承成员
命名空间: Fantasy.ConfigTable
程序集: Fantasy.Net.dll
语法
[ProtoContract]
public sealed class StringDictionaryConfig
字段
| 编辑本文 查看源代码Dic
声明
public Dictionary<int, string> Dic
字段值
类型 | 描述 |
---|---|
Dictionary<int, string> |
属性
| 编辑本文 查看源代码this[int]
声明
public string this[int key] { get; }
参数
类型 | 名称 | 描述 |
---|---|---|
int | key |
属性值
类型 | 描述 |
---|---|
string |
方法
| 编辑本文 查看源代码TryGetValue(int, out string)
声明
public bool TryGetValue(int key, out string value)
参数
类型 | 名称 | 描述 |
---|---|---|
int | key | |
string | value |
返回
类型 | 描述 |
---|---|
bool |