See Also: CollectionConverter Members
The erload:System.ComponentModel.CollectionConverter.GetProperties method for this type converter always returns null, and the TypeConverter.GetPropertiesSupported method always returns false.
For more information about type converters, see the System.ComponentModel.TypeConverter base class and How to: Implement a Type Converter.
You should never create an instance of the System.ComponentModel.CollectionConverter class. Instead, call the TypeDescriptor.GetConverter(object) method of the System.ComponentModel.TypeDescriptor class. For more information, see the examples in the System.ComponentModel.TypeConverter base class.