ParameterModifier Constructor (Int32)

 

Initializes a new instance of the ParameterModifier structure representing the specified number of parameters.

Namespace:   System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

public:
ParameterModifier(
	int parameterCount
)

Parameters

parameterCount
Type: System::Int32

The number of parameters.

Exception Condition
ArgumentException

parameterCount is negative.

.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: