Exemplo n.º 1
0
		public MappedTypeReferenceFactory(ITypeReferenceFactory typeReferenceFactory, IDictionary<IType, IType> typeMappings)
		{
			_typeReferenceFactory = typeReferenceFactory;
			_typeMappings = typeMappings;
		}
 public MappedTypeReferenceFactory(ITypeReferenceFactory typeReferenceFactory, IDictionary <IType, IType> typeMappings)
 {
     _typeReferenceFactory = typeReferenceFactory;
     _typeMappings         = typeMappings;
 }