Click or drag to resize
ConstructorCodeBuilder Class
Summary description for ConstructorCodeBuilder.
Inheritance Hierarchy
SystemObject
  X3Platform.DynamicProxy.Builder.CodeBuilderAbstractCodeBuilder
    X3Platform.DynamicProxy.Builder.CodeBuilderConstructorCodeBuilder

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

The ConstructorCodeBuilder type exposes the following members.

Constructors
  NameDescription
Public methodConstructorCodeBuilder
Initializes a new instance of the ConstructorCodeBuilder 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.)
Public methodInvokeBaseConstructor
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