Habanero.Smooth.InheritanceAutoMapper.InheritanceAutoMapper C# (CSharp) Method

InheritanceAutoMapper() public method

public InheritanceAutoMapper ( TypeWrapper typeWrapper ) : System
typeWrapper TypeWrapper
return System
        public InheritanceAutoMapper(TypeWrapper typeWrapper)
        {
            if (typeWrapper.IsNull()) throw new ArgumentNullException("typeWrapper");
            TypeWrapper = typeWrapper;
        }
        private TypeWrapper TypeWrapper { get; set; }