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

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

Méthodes publiques

Méthode 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 méthode

public Convert ( ) : bool
Résultat bool

FPreDef() public méthode

public FPreDef ( ) : bool
Résultat bool

GetType() public méthode

public GetType ( ) : CType
Résultat CType

UnaOpFullSig() public méthode

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

UnaOpFullSig() public méthode

public UnaOpFullSig ( ExpressionBinder fnc, UnaOpSig uos ) : System.Diagnostics
fnc ExpressionBinder
uos UnaOpSig
Résultat System.Diagnostics

isLifted() public méthode

public isLifted ( ) : bool
Résultat bool