Using VB.Net
Could someone please tell me how to pass a type to a function, for example.
MyFunction (“Name” , Integer)
---------------------------------------
Public Function MyFunction (ByVal MyName as String , ?????????)
End function
Could someone please tell me how to pass a type to a function, for example.
MyFunction (“Name” , Integer)
---------------------------------------
Public Function MyFunction (ByVal MyName as String , ?????????)
End function
Comment