Table of Contents

Class CodeUnary

Namespace
LinqToDB.CodeModel
Assembly
linq2db.Tools.dll
public sealed class CodeUnary : ICodeExpression, ICodeElement
Inheritance
CodeUnary
Implements
Extension Methods

Constructors

CodeUnary(ICodeExpression, UnaryOperation)

public CodeUnary(ICodeExpression argument, UnaryOperation operation)

Parameters

argument ICodeExpression
operation UnaryOperation

Properties

Argument

Operand.

public ICodeExpression Argument { get; }

Property Value

ICodeExpression

Operation

Operation type.

public UnaryOperation Operation { get; }

Property Value

UnaryOperation