RemoteParameterData.IsParameterArray Field

Definition

Indicates whether this RemoteParameterData describes a method parameter that can have a variable number of arguments.

public bool IsParameterArray;

Field Value

Remarks

The value of this field is true if this RemoteParameterData describes a parameter that can have a variable number of arguments; otherwise, the value of this field is false.

The value of this field is always false if this RemoteParameterData describes a parameter of a method provided by a COM object.

Parameters that can have a variable number of arguments are specified by the params (for Visual C#) and ParamArray (for Visual Basic) keywords. For more information, see params and ParamArray.

Applies to

Product Versions
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1