AmazonScrape.DoubleRangeConverter.CanConvertTo C# (CSharp) Метод

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

public CanConvertTo ( System context, Type destinationType ) : bool
context System
destinationType System.Type
Результат bool
        public override bool CanConvertTo(
             System.ComponentModel.ITypeDescriptorContext context, Type destinationType)
        {
            return destinationType == typeof(DoubleRange);
        }