protected override bool IsAvailableForType(IType type)
        {
            contractInfo = EnumContractInfo.TryCreate(type.GetEnumType());

            return(contractInfo != null);
        }
Exemplo n.º 2
0
        protected override bool IsAvailableForType(IType type)
        {
            contractInfo = EnumContractInfo.TryCreate(type.GetEnumType());

            return contractInfo != null;
        }