Class TypeMapper<T>.Info
public class TypeMapper<T>.Info : ITypeMapperInfo
- Inheritance
-
TypeMapper<T>.Info
- Implements
- Inherited Members
- Extension Methods
Constructors
Info(Type)
public Info(Type t)
Parameters
tType
Properties
Create
public Func<T> Create { get; }
Property Value
- Func<T>
Type
public Type Type { get; }