CodeMemberMethod Constructor ()

 

Initializes a new instance of the CodeMemberMethod class.

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

public:
CodeMemberMethod()

This constructor creates an empty CodeMemberMethod object.

The following code example shows the use of the CodeMemberMethod constructor to create a CodeMemberMethod instance. This example is part of a larger example provided for the GenerateCodeFromMember method.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: