mscorlib(4.0.0.0) API with additions
ParamArrayAttribute.cs
2 
3 namespace System
4 {
6  [AttributeUsage(AttributeTargets.Parameter, Inherited = true, AllowMultiple = false)]
7  [ComVisible(true)]
8  [__DynamicallyInvokable]
9  public sealed class ParamArrayAttribute : Attribute
10  {
12  [__DynamicallyInvokable]
14  {
15  }
16  }
17 }
Represents the base class for custom attributes.
Definition: Attribute.cs:15
Definition: __Canon.cs:3
ParamArrayAttribute()
Initializes a new instance of the T:System.ParamArrayAttribute class with default properties.
Indicates that a method will allow a variable number of arguments in its invocation....
AttributeTargets
Specifies the application elements on which it is valid to apply an attribute.