Table of Contents

Class TypeMapper<T>.Info

Namespace
Shift.Common
Assembly
Shift.Common.dll
public class TypeMapper<T>.Info : ITypeMapperInfo
Inheritance
TypeMapper<T>.Info
Implements
Inherited Members
Extension Methods

Constructors

Info(Type)

public Info(Type t)

Parameters

t Type

Properties

Create

public Func<T> Create { get; }

Property Value

Func<T>

Type

public Type Type { get; }

Property Value

Type