阅读背景:

如何将字典绑定到WPF中的ListView列?

来源:互联网 

I have a type like this:

我有这样一种类型:

public class EffectViewModel
{
    public string Name { get; set; }
    public string Category { get; set; }

    public Dictionary<ShaderType, bool> ShaderSupport { get; set; }
}
public c



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: