示例#1
0
        public void SetUnderlying(TUnderlying value)
        {
            TRuntime @enum = EnumConvert <TRuntime, TUnderlying> .ToEnum(value);

            Set(@enum);
        }
示例#2
0
        public void SetUnderlying(TUnderlying value)
        {
            TField @enum = EnumConvert <TField, TUnderlying> .ToEnum(value);

            Set(@enum);
        }