Table of Contents

Class TypeAccessor<T>

Namespace
LinqToDB.Reflection
Assembly
linq2db.dll
public class TypeAccessor<T> : TypeAccessor

Type Parameters

T
Inheritance
TypeAccessor<T>
Inherited Members
Extension Methods

Properties

Type

public override Type Type { get; }

Property Value

Type

Methods

Create()

public T Create()

Returns

T

CreateInstance()

public override object CreateInstance()

Returns

object