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

Inheritance: Microsoft.CSharp.RuntimeBinder.Semantics.Expr
Afficher le fichier Open project: mikedn/runtime

Méthodes protégées

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

Method Details

ExprWithType() protected méthode

protected ExprWithType ( ExpressionKind kind, CType type ) : System
kind ExpressionKind
type CType
Résultat System

TypesAreEqual() protected static méthode

protected static TypesAreEqual ( Type t1, Type t2 ) : bool
t1 Type
t2 Type
Résultat bool