CodeMemberMethod Constructor ()
.NET Framework (current version)
Initializes a new instance of the CodeMemberMethod class.
Assembly: System (in System.dll)
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.
.NET Framework
Available since 1.1
Available since 1.1
Show: