Click or drag to resize
MethodCodeBuilder Class
Summary description for MethodCodeBuilder.
Inheritance Hierarchy

Namespace: X3Platform.DynamicProxy.Builder.CodeBuilder
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public class MethodCodeBuilder : AbstractCodeBuilder

The MethodCodeBuilder type exposes the following members.

Constructors
  NameDescription
Public methodMethodCodeBuilder
Initializes a new instance of the MethodCodeBuilder class
Top
Methods
  NameDescription
Public methodAddStatement (Inherited from AbstractCodeBuilder.)
Public methodCreateLabel (Inherited from AbstractCodeBuilder.)
Public methodDeclareLocal (Inherited from AbstractCodeBuilder.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodSetNonEmpty (Inherited from AbstractCodeBuilder.)
Public methodToString (Inherited from Object.)
Top
Properties
  NameDescription
Protected propertyGenerator (Inherited from AbstractCodeBuilder.)
Top
See Also