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