System.ComponentModel.ArrayConverter.GetPropertiesSupported C# (CSharp) Метод

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

public GetPropertiesSupported ( ITypeDescriptorContext context ) : bool
context ITypeDescriptorContext
Результат bool
        public override bool GetPropertiesSupported(ITypeDescriptorContext context) {
            return true;
        }