CodeAttributeDeclaration::Arguments Property
.NET Framework (current version)
Gets the arguments for the attribute.
Assembly: System (in System.dll)
public: property CodeAttributeArgumentCollection^ Arguments { CodeAttributeArgumentCollection^ get(); }
Property Value
Type: System.CodeDom::CodeAttributeArgumentCollection^A CodeAttributeArgumentCollection that contains the arguments for the attribute.
.NET Framework
Available since 1.1
Available since 1.1
Show: