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