C# Class SafeILGenerator.Ast.Nodes.AstNodeExprCallStatic

Inheritance: AstNodeExprCall
Show file Open project: soywiz/SafeILGenerator

Public Methods

Method Description
AstNodeExprCallStatic ( Delegate Delegate ) : System
AstNodeExprCallStatic ( MethodInfo MethodInfo ) : System

Method Details

AstNodeExprCallStatic() public method

public AstNodeExprCallStatic ( Delegate Delegate ) : System
Delegate System.Delegate
return System

AstNodeExprCallStatic() public method

public AstNodeExprCallStatic ( MethodInfo MethodInfo ) : System
MethodInfo System.Reflection.MethodInfo
return System