CodeGenerator::OutputMemberAccessModifier Method (MemberAttributes)

 

Generates code for the specified member access modifier.

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

protected:
virtual void OutputMemberAccessModifier(
	MemberAttributes attributes
)

Parameters

attributes
Type: System.CodeDom::MemberAttributes

One of the enumeration values that indicates the member access modifier to generate code for.

.NET Framework
Available since 1.1
Return to top
Show: