CodeGenerator::GenerateProperty Method (CodeMemberProperty^, CodeTypeDeclaration^)

 

Generates code for the specified property.

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

protected:
virtual void GenerateProperty(
	CodeMemberProperty^ e,
	CodeTypeDeclaration^ c
) abstract

Parameters

e
Type: System.CodeDom::CodeMemberProperty^

The property to generate code for.

c
Type: System.CodeDom::CodeTypeDeclaration^

The type of the object that this property occurs on.

.NET Framework
Available since 1.1
Return to top
Show: