Click or drag to resize
MethodPointerExpression Constructor (MethodInfo)
Initializes a new instance of the MethodPointerExpression 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 MethodPointerExpression(
	MethodInfo method
)

Parameters

method
Type: System.ReflectionMethodInfo

[Missing <param name="method"/> documentation for "M:X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleAST.MethodPointerExpression.#ctor(System.Reflection.MethodInfo)"]

See Also