C# 클래스 Microsoft.CSharp.RuntimeBinder.Semantics.ExpressionBinder.BinOpFullSig

상속: BinOpSig
파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
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

메소드 상세

BinOpFullSig() 공개 메소드

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
리턴 System.Diagnostics

BinOpFullSig() 공개 메소드

public BinOpFullSig ( ExpressionBinder fnc, BinOpSig bos ) : System.Diagnostics
fnc ExpressionBinder
bos BinOpSig
리턴 System.Diagnostics

ConvertFirst() 공개 메소드

public ConvertFirst ( ) : bool
리턴 bool

ConvertSecond() 공개 메소드

public ConvertSecond ( ) : bool
리턴 bool

FPreDef() 공개 메소드

public FPreDef ( ) : bool
리턴 bool

Type1() 공개 메소드

public Type1 ( ) : CType
리턴 CType

Type2() 공개 메소드

public Type2 ( ) : CType
리턴 CType

isLifted() 공개 메소드

public isLifted ( ) : bool
리턴 bool