Table of Contents

RuleLogicalModeToIntConverter 类

命名空间
ClassIsland.Core.Abstractions.Converters
程序集
ClassIsland.Core.dll

用于在绑定中将指定类型的enum转换为int。 使用时需要以此抽象类为基类新建一个类,并将指定的enum类型作为继承时的类型参数。(为什么不直接在XAML中传入泛型参数

public class RuleLogicalModeToIntConverter : EnumToIntConverter<RulesetLogicalMode>, IValueConverter
继承
RuleLogicalModeToIntConverter
实现
继承成员