'Declaration Public Function New( _ ByVal collection As ICollection, _ ByVal typeConverter As TypeConverter _ )
'Usage Dim collection As ICollection Dim typeConverter As TypeConverter Dim instance As New SourceComboBoxEditor(collection, typeConverter)
public SourceComboBoxEditor( ICollection collection, TypeConverter typeConverter )
Parameters
- collection
- typeConverter