Accord.Controls.RangeTypeConverter.GetProperties C# (CSharp) Метод

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

Returns a collection of properties for the type of array specified by the value parameter, using the specified context and attributes.
public GetProperties ( ITypeDescriptorContext context, object value, Attribute attributes ) : PropertyDescriptorCollection
context ITypeDescriptorContext An that provides a format context.
value object An that specifies the type of array for which to get properties.
attributes System.Attribute An array of type that is used as a filter.
Результат System.ComponentModel.PropertyDescriptorCollection
        public override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes)
        {
            return TypeDescriptor.GetProperties(value);
        }