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

Exibir arquivo Open project: dotnet/corefx

Public Properties

Property Type Description
cuosSkip int
fnkind UnaOpFuncKind
grfuom UnaOpMask
pfn PfnBindUnaOp
pt PredefinedType

Public Methods

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

Method Details

UnaOpSig() public method

public UnaOpSig ( ) : System.Diagnostics
return System.Diagnostics

UnaOpSig() public method

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

Property Details

cuosSkip public_oe property

public int cuosSkip
return int

fnkind public_oe property

public UnaOpFuncKind fnkind
return UnaOpFuncKind

grfuom public_oe property

public UnaOpMask grfuom
return UnaOpMask

pfn public_oe property

public PfnBindUnaOp pfn
return PfnBindUnaOp

pt public_oe property

public PredefinedType pt
return PredefinedType