CodeAttributeDeclaration::Arguments Property

 

Gets the arguments for the attribute.

Namespace:   System.CodeDom
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
Return to top
Show: