public delegate List<int> ItemMatchingFunctionDelegate( ComboBox combo, string inputText )
Public Delegate Function ItemMatchingFunctionDelegate ( _ combo As ComboBox, _ inputText As String _ ) As List(Of Integer)
public delegate List<int>^ ItemMatchingFunctionDelegate( ComboBox^ combo, String^ inputText )