Click or drag to resize
MethodInvocationExpression Constructor (Reference, EasyMethod, Expression)
Initializes a new instance of the MethodInvocationExpression class

Namespace: X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleAST
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public MethodInvocationExpression(
	Reference owner,
	EasyMethod method,
	params Expression[] args
)

Parameters

owner
Type: X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleASTReference

[Missing <param name="owner"/> documentation for "M:X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleAST.MethodInvocationExpression.#ctor(X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleAST.Reference,X3Platform.DynamicProxy.Builder.CodeBuilder.EasyMethod,X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleAST.Expression[])"]

method
Type: X3Platform.DynamicProxy.Builder.CodeBuilderEasyMethod

[Missing <param name="method"/> documentation for "M:X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleAST.MethodInvocationExpression.#ctor(X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleAST.Reference,X3Platform.DynamicProxy.Builder.CodeBuilder.EasyMethod,X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleAST.Expression[])"]

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

[Missing <param name="args"/> documentation for "M:X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleAST.MethodInvocationExpression.#ctor(X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleAST.Reference,X3Platform.DynamicProxy.Builder.CodeBuilder.EasyMethod,X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleAST.Expression[])"]

See Also