System.ComponentModel.EnumConverter.GetStandardValuesExclusive C# (CSharp) 메소드

GetStandardValuesExclusive() 공개 메소드

public GetStandardValuesExclusive ( ITypeDescriptorContext context ) : bool
context ITypeDescriptorContext
리턴 bool
        public override bool GetStandardValuesExclusive(ITypeDescriptorContext context) {
            return !type.IsDefined(typeof(FlagsAttribute), false);
        }