Click or drag to resize
EasyNested Constructor
Initializes a new instance of the EasyNested class

Namespace: X3Platform.DynamicProxy.Builder.CodeBuilder
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public EasyNested(
	AbstractEasyType maintype,
	string name,
	Type baseType,
	Type[] interfaces,
	ReturnReferenceExpression returnType,
	params ArgumentReference[] args
)

Parameters

maintype
Type: X3Platform.DynamicProxy.Builder.CodeBuilderAbstractEasyType

[Missing <param name="maintype"/> documentation for "M:X3Platform.DynamicProxy.Builder.CodeBuilder.EasyNested.#ctor(X3Platform.DynamicProxy.Builder.CodeBuilder.AbstractEasyType,System.String,System.Type,System.Type[],X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleAST.ReturnReferenceExpression,X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleAST.ArgumentReference[])"]

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:X3Platform.DynamicProxy.Builder.CodeBuilder.EasyNested.#ctor(X3Platform.DynamicProxy.Builder.CodeBuilder.AbstractEasyType,System.String,System.Type,System.Type[],X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleAST.ReturnReferenceExpression,X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleAST.ArgumentReference[])"]

baseType
Type: SystemType

[Missing <param name="baseType"/> documentation for "M:X3Platform.DynamicProxy.Builder.CodeBuilder.EasyNested.#ctor(X3Platform.DynamicProxy.Builder.CodeBuilder.AbstractEasyType,System.String,System.Type,System.Type[],X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleAST.ReturnReferenceExpression,X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleAST.ArgumentReference[])"]

interfaces
Type: SystemType

[Missing <param name="interfaces"/> documentation for "M:X3Platform.DynamicProxy.Builder.CodeBuilder.EasyNested.#ctor(X3Platform.DynamicProxy.Builder.CodeBuilder.AbstractEasyType,System.String,System.Type,System.Type[],X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleAST.ReturnReferenceExpression,X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleAST.ArgumentReference[])"]

returnType
Type: X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleASTReturnReferenceExpression

[Missing <param name="returnType"/> documentation for "M:X3Platform.DynamicProxy.Builder.CodeBuilder.EasyNested.#ctor(X3Platform.DynamicProxy.Builder.CodeBuilder.AbstractEasyType,System.String,System.Type,System.Type[],X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleAST.ReturnReferenceExpression,X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleAST.ArgumentReference[])"]

args
Type: X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleASTArgumentReference

[Missing <param name="args"/> documentation for "M:X3Platform.DynamicProxy.Builder.CodeBuilder.EasyNested.#ctor(X3Platform.DynamicProxy.Builder.CodeBuilder.AbstractEasyType,System.String,System.Type,System.Type[],X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleAST.ReturnReferenceExpression,X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleAST.ArgumentReference[])"]

See Also