C# Class Microsoft.JScript.In

Inheritance: BinaryOp
Show file Open project: gbarnett/shared-source-cli-2.0

Public Methods

Method Description
JScriptIn ( Object v1, Object v2 ) : bool

Private Methods

Method Description
Evaluate ( ) : Object
In ( Context context, AST operand1, AST operand2 ) : System
InferType ( JSField inference_target ) : IReflect
TranslateToIL ( ILGenerator il, Type rtype ) : void

Method Details

JScriptIn() public static method

public static JScriptIn ( Object v1, Object v2 ) : bool
v1 Object
v2 Object
return bool