Table of Contents

Interface ITypedName

Namespace
LinqToDB.CodeModel
Assembly
linq2db.Tools.dll

Represents code element, that have type and name (e.g. class field).

public interface ITypedName
Extension Methods

Properties

Name

Element name.

CodeIdentifier Name { get; }

Property Value

CodeIdentifier

Type

Element type.

CodeTypeToken Type { get; }

Property Value

CodeTypeToken