CodeGenerator::OutputMemberScopeModifier Method (MemberAttributes)

 

Generates code for the specified member scope modifier.

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

protected:
virtual void OutputMemberScopeModifier(
	MemberAttributes attributes
)

Parameters

attributes
Type: System.CodeDom::MemberAttributes

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

.NET Framework
Available since 1.1
Return to top
Show: