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

Show file 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 property

public int cuosSkip
return int

fnkind public property

public UnaOpFuncKind fnkind
return UnaOpFuncKind

grfuom public property

public UnaOpMask grfuom
return UnaOpMask

pfn public property

public PfnBindUnaOp pfn
return PfnBindUnaOp

pt public property

public PredefinedType pt
return PredefinedType