Table of Contents

Enum TypeKind

Namespace
LinqToDB.CodeModel
Assembly
linq2db.Tools.dll

Type kind.

public enum TypeKind
Extension Methods

Fields

Array = 0

Array type.

Dynamic = 1

Dynamic type.

Generic = 3

Generic type with known type arguments.

OpenGeneric = 4

Generic type definition (without type arguments).

Regular = 2

Non-generic type.

TypeArgument = 5

Generic type argument.