Click or drag to resize
Accord.NET (logo)

RangeTypeConverterCreateInstance Method

Overload List
  NameDescription
Public methodCreateInstance(IDictionary)
Re-creates an Object given a set of property values for the object.
(Inherited from TypeConverter.)
Public methodCreateInstance(ITypeDescriptorContext, IDictionary)
Creates an instance of the type that this TypeConverter is associated with, using the specified context, given a set of property values for the object.
(Overrides TypeConverterCreateInstance(ITypeDescriptorContext, IDictionary).)
Top
See Also