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

Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Свойство Type Description
cuosSkip int
fnkind UnaOpFuncKind
grfuom UnaOpMask
pfn PfnBindUnaOp
pt PredefinedType

Méthodes publiques

Méthode Description
UnaOpSig ( ) : System.Diagnostics
UnaOpSig ( PredefinedType pt, UnaOpMask grfuom, int cuosSkip, PfnBindUnaOp pfn, UnaOpFuncKind fnkind ) : System.Diagnostics

Method Details

UnaOpSig() public méthode

public UnaOpSig ( ) : System.Diagnostics
Résultat System.Diagnostics

UnaOpSig() public méthode

public UnaOpSig ( PredefinedType pt, UnaOpMask grfuom, int cuosSkip, PfnBindUnaOp pfn, UnaOpFuncKind fnkind ) : System.Diagnostics
pt PredefinedType
grfuom UnaOpMask
cuosSkip int
pfn PfnBindUnaOp
fnkind UnaOpFuncKind
Résultat System.Diagnostics

Property Details

cuosSkip public_oe property

public int cuosSkip
Résultat int

fnkind public_oe property

public UnaOpFuncKind fnkind
Résultat UnaOpFuncKind

grfuom public_oe property

public UnaOpMask grfuom
Résultat UnaOpMask

pfn public_oe property

public PfnBindUnaOp pfn
Résultat PfnBindUnaOp

pt public_oe property

public PredefinedType pt
Résultat PredefinedType