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

Inheritance: UnaOpSig
Show file Open project: dotnet/corefx

Public Methods

Method Description
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

Method Details

Convert() public method

public Convert ( ) : bool
return bool

FPreDef() public method

public FPreDef ( ) : bool
return bool

GetType() public method

public GetType ( ) : CType
return CType

UnaOpFullSig() public method

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

UnaOpFullSig() public method

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

isLifted() public method

public isLifted ( ) : bool
return bool