CodeAttributeDeclaration.Arguments Property

Definition

Gets the arguments for the attribute.

public:
 property System::CodeDom::CodeAttributeArgumentCollection ^ Arguments { System::CodeDom::CodeAttributeArgumentCollection ^ get(); };
public System.CodeDom.CodeAttributeArgumentCollection Arguments { get; }
member this.Arguments : System.CodeDom.CodeAttributeArgumentCollection
Public ReadOnly Property Arguments As CodeAttributeArgumentCollection

Property Value

A CodeAttributeArgumentCollection that contains the arguments for the attribute.

Applies to

See also