Click or drag to resize
Accord.NET (logo)

RangeTypeConverterGetProperties Method

Overload List
  NameDescription
Public methodGetProperties(Object)
Returns a collection of properties for the type of array specified by the value parameter.
(Inherited from TypeConverter.)
Public methodGetProperties(ITypeDescriptorContext, Object)
Returns a collection of properties for the type of array specified by the value parameter, using the specified context.
(Inherited from TypeConverter.)
Public methodGetProperties(ITypeDescriptorContext, Object, Attribute)
Returns a collection of properties for the type of array specified by the value parameter, using the specified context and attributes.
(Overrides TypeConverterGetProperties(ITypeDescriptorContext, Object, Attribute).)
Top
See Also