Share via


VarArgsAttribute Class

Definition

public ref class VarArgsAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Constructor | System.AttributeTargets.Method)]
public sealed class VarArgsAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Constructor | System.AttributeTargets.Method)>]
type VarArgsAttribute = class
    inherit Attribute
Public NotInheritable Class VarArgsAttribute
Inherits Attribute
Inheritance
VarArgsAttribute
Attributes

Constructors

VarArgsAttribute()

Applies to