'DeclarationPublic Function New( _ ByVal collection As ICollection, _ ByVal typeConverter As TypeConverter _ )
'UsageDim collection As ICollection Dim typeConverter As TypeConverter Dim instance As New SourceComboBoxEditor(collection, typeConverter)
public SourceComboBoxEditor( ICollection collection, TypeConverter typeConverter )
Parameters
- collection
- typeConverter