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

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

공개 메소드들

메소드 설명
Convert ( ) : bool
FPreDef ( ) : bool
GetType ( ) : CType
UnaOpFullSig ( CType type, PfnBindUnaOp pfn, LiftFlags grflt, UnaOpFuncKind fnkind ) : System.Diagnostics
UnaOpFullSig ( ExpressionBinder fnc, UnaOpSig uos ) : System.Diagnostics
isLifted ( ) : bool

메소드 상세

Convert() 공개 메소드

public Convert ( ) : bool
리턴 bool

FPreDef() 공개 메소드

public FPreDef ( ) : bool
리턴 bool

GetType() 공개 메소드

public GetType ( ) : CType
리턴 CType

UnaOpFullSig() 공개 메소드

public UnaOpFullSig ( CType type, PfnBindUnaOp pfn, LiftFlags grflt, UnaOpFuncKind fnkind ) : System.Diagnostics
type CType
pfn PfnBindUnaOp
grflt LiftFlags
fnkind UnaOpFuncKind
리턴 System.Diagnostics

UnaOpFullSig() 공개 메소드

public UnaOpFullSig ( ExpressionBinder fnc, UnaOpSig uos ) : System.Diagnostics
fnc ExpressionBinder
uos UnaOpSig
리턴 System.Diagnostics

isLifted() 공개 메소드

public isLifted ( ) : bool
리턴 bool