Fantasy
搜索结果

    显示/隐藏目录

    StringDictionaryConfig 类

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

    扩展方法

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