.NET Framework Class Library  

CodeAttributeDeclaration.Arguments Property

Gets the arguments for the attribute.

[Visual Basic]
Public ReadOnly Property Arguments As _
   CodeAttributeArgumentCollection
[C#]
public CodeAttributeArgumentCollection Arguments {get;}
[C++]
public: __property CodeAttributeArgumentCollection* get_Arguments();
[JScript]
public function get Arguments() : CodeAttributeArgumentCollection;

Property Value

A CodeAttributeArgumentCollection that indicates the arguments for the attribute.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

CodeAttributeDeclaration Class | CodeAttributeDeclaration Members | System.CodeDom Namespace | CodeAttributeArgumentCollection