Table of Contents

Class CodeTypeInitializer

Namespace
LinqToDB.CodeModel
Assembly
linq2db.Tools.dll

Type initializer (static constructor).

public sealed class CodeTypeInitializer : MethodBase, ICodeElement
Inheritance
CodeTypeInitializer
Implements
Inherited Members
Extension Methods

Constructors

CodeTypeInitializer(CodeClass)

public CodeTypeInitializer(CodeClass type)

Parameters

type CodeClass

Properties

ElementType

Type of node.

public override CodeElementType ElementType { get; }

Property Value

CodeElementType

Type

Owner class.

public CodeClass Type { get; }

Property Value

CodeClass