Table of Contents

Interface ICodeElement

Namespace
LinqToDB.CodeModel
Assembly
linq2db.Tools.dll

Base interface, implemented by all AST nodes.

public interface ICodeElement
Extension Methods

Properties

ElementType

Type of node.

CodeElementType ElementType { get; }

Property Value

CodeElementType