CodeGenerator::OutputAttributeArgument Method (CodeAttributeArgument^)

 

Outputs an argument in an attribute block.

Namespace:   System.CodeDom.Compiler
Assembly:  System (in System.dll)

protected:
virtual void OutputAttributeArgument(
	CodeAttributeArgument^ arg
)

Parameters

arg
Type: System.CodeDom::CodeAttributeArgument^

The attribute argument to generate code for.

.NET Framework
Available since 1.1
Return to top
Show: