C# Class Microsoft.CSharp.RuntimeBinder.Semantics.ExprWithType

Inheritance: Microsoft.CSharp.RuntimeBinder.Semantics.Expr
Show file Open project: mikedn/runtime

Protected Methods

Method Description
ExprWithType ( ExpressionKind kind, CType type ) : System
TypesAreEqual ( Type t1, Type t2 ) : bool

Method Details

ExprWithType() protected method

protected ExprWithType ( ExpressionKind kind, CType type ) : System
kind ExpressionKind
type CType
return System

TypesAreEqual() protected static method

protected static TypesAreEqual ( Type t1, Type t2 ) : bool
t1 Type
t2 Type
return bool