Table of Contents

Class TypeMapper<T>

Namespace
Shift.Common
Assembly
Shift.Common.dll
public class TypeMapper<T> : ITypeMapper

Type Parameters

T
Inheritance
TypeMapper<T>
Implements
Inherited Members
Extension Methods

Constructors

TypeMapper()

public TypeMapper()

TypeMapper(IEnumerable<Type>)

public TypeMapper(IEnumerable<Type> types)

Parameters

types IEnumerable<Type>

Methods

Get(int)

public TypeMapper<T>.Info Get(int id)

Parameters

id int

Returns

TypeMapper<T>.Info

Get(Type)

public int Get(Type t)

Parameters

t Type

Returns

int