C# Class Microsoft.CSharp.RuntimeBinder.Semantics.ExpressionBinder.BinOpFullSig

Inheritance: BinOpSig
Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
BinOpFullSig ( CType type1, CType type2, PfnBindBinOp pfn, OpSigFlags grfos, LiftFlags grflt, BinOpFuncKind fnkind ) : System.Diagnostics
BinOpFullSig ( ExpressionBinder fnc, BinOpSig bos ) : System.Diagnostics
ConvertFirst ( ) : bool
ConvertSecond ( ) : bool
FPreDef ( ) : bool
Type1 ( ) : CType
Type2 ( ) : CType
isLifted ( ) : bool

Method Details

BinOpFullSig() public méthode

public BinOpFullSig ( CType type1, CType type2, PfnBindBinOp pfn, OpSigFlags grfos, LiftFlags grflt, BinOpFuncKind fnkind ) : System.Diagnostics
type1 CType
type2 CType
pfn PfnBindBinOp
grfos OpSigFlags
grflt LiftFlags
fnkind BinOpFuncKind
Résultat System.Diagnostics

BinOpFullSig() public méthode

public BinOpFullSig ( ExpressionBinder fnc, BinOpSig bos ) : System.Diagnostics
fnc ExpressionBinder
bos BinOpSig
Résultat System.Diagnostics

ConvertFirst() public méthode

public ConvertFirst ( ) : bool
Résultat bool

ConvertSecond() public méthode

public ConvertSecond ( ) : bool
Résultat bool

FPreDef() public méthode

public FPreDef ( ) : bool
Résultat bool

Type1() public méthode

public Type1 ( ) : CType
Résultat CType

Type2() public méthode

public Type2 ( ) : CType
Résultat CType

isLifted() public méthode

public isLifted ( ) : bool
Résultat bool