C# Class TinyEE.DLRUtil

Exibir arquivo Open project: wpq0/Tiny-Expression-Evaluator Class Usage Examples

Public Methods

Method Description
GetFieldPropertyBinder ( string name ) : System.Runtime.CompilerServices.CallSiteBinder

Private Methods

Method Description
GetArgInfo ( int count ) : IEnumerable
GetBinaryBinder ( TokenType tokenType ) : System.Runtime.CompilerServices.CallSiteBinder
GetExpressionType ( this tokenType ) : ExpressionType
GetFunctionCallBinder ( string name, int argsCount, bool isStatic = true ) : System.Runtime.CompilerServices.CallSiteBinder
GetIndexBinder ( ) : System.Runtime.CompilerServices.CallSiteBinder
GetUnaryBinder ( TokenType tokenType ) : System.Runtime.CompilerServices.CallSiteBinder

Method Details

GetFieldPropertyBinder() public static method

public static GetFieldPropertyBinder ( string name ) : System.Runtime.CompilerServices.CallSiteBinder
name string
return System.Runtime.CompilerServices.CallSiteBinder