Table of Contents

Class UnaryArithmeticAdditionOperatorSymbol

Namespace
RDCore.SDK.Model.Symbols.Operators
Assembly
RDCore.SDK.dll

The unary addition (__ad1_op) prefix operator static symbol.

public record UnaryArithmeticAdditionOperatorSymbol : UnaryArithmeticOperatorSymbol, IEquatable<Symbol>, IEquatable<UnboundSymbol>, IEquatable<UnboundTypedSymbol>, IEquatable<StaticSymbol>, IEquatable<OperatorSymbol<UnaryArithmeticOperatorSemanticContext, ArithmeticOperatorSemanticFlags>>, IEquatable<UnaryOperatorSymbol<UnaryArithmeticOperatorSemanticContext, ArithmeticOperatorSemanticFlags>>, IEquatable<UnaryArithmeticOperatorSymbol>, IEquatable<UnaryArithmeticAdditionOperatorSymbol>
Inheritance
UnaryArithmeticAdditionOperatorSymbol
Implements
Inherited Members

Remarks

NOTE: This operator is technically unspecified. Its static semantics are those of unary arithmetic operators (MS-VBAL 5.6.9.3), run-time semantics inferred from, well, common sense actually.

Constructors

UnaryArithmeticAdditionOperatorSymbol()

The unary addition (__ad1_op) prefix operator static symbol.

public UnaryArithmeticAdditionOperatorSymbol()

Remarks

NOTE: This operator is technically unspecified. Its static semantics are those of unary arithmetic operators (MS-VBAL 5.6.9.3), run-time semantics inferred from, well, common sense actually.