In This Topic
Gets an integer value indicates the total number of parameters that the delegate accepts.
Syntax
'Declaration
ReadOnly Property ParameterCount As Integer
'Usage
Dim instance As IDelegate
Dim value As Integer
value = instance.ParameterCount
int ParameterCount {get;}
See Also