Beispiel #1
0
        public override bool CanConvert(Type objectType)
        {
            var data = TypeData.Get(objectType);

            return(data.IsEnum || data.NonNullableValueTypeData?.IsEnum == true);
        }