Class ParamArrayAttribute
Indicates that a method will allow a variable number of arguments in its invocation. This class cannot be inherited.
Inherited Members
Namespace: System
Assembly: mscorlib.dll
Syntax
[AttributeUsage(AttributeTargets.Parameter)]
public sealed class ParamArrayAttribute : Attribute
Constructors
ParamArrayAttribute()
Initializes a new instance of the ParamArrayAttribute class with default properties.
Declaration
public ParamArrayAttribute()