System.Data.DataTableTypeConverter.GetPropertiesSupported C# (CSharp) Метод

GetPropertiesSupported() публичный Метод

public GetPropertiesSupported ( ITypeDescriptorContext context ) : bool
context ITypeDescriptorContext
Результат bool
        public override bool GetPropertiesSupported(ITypeDescriptorContext context) => false;
    }