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;
An CodeAttributeArgumentCollection that indicates the arguments for the attribute.
CodeAttributeDeclaration Class | CodeAttributeDeclaration Members | System.CodeDOM Namespace