Exemplo n.º 1
0
 private static OverloadResolutionResult <UnaryOperatorSignature> LookupUnaryOperator(UnaryOperatorKind operatorKind, BoundExpression operand)
 {
     return(UnaryOperator.Resolve(operatorKind, operand.Type));
 }