Fantasy
搜索结果

    显示/隐藏目录

    IntDictionaryConfig 类

    继承
    object
    IntDictionaryConfig
    继承成员
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    命名空间: 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

    扩展方法

    JsonHelper.ToJson<T>(T)
    • 编辑本文
    • 查看源代码
    本文内容
    Back to top Generated by DocFX