6 [AttributeUsage(
AttributeTargets.Parameter, Inherited =
true, AllowMultiple =
false)]
8 [__DynamicallyInvokable]
12 [__DynamicallyInvokable]
Represents the base class for custom attributes.
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.