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