comparison Source/Reflection/InitContext.cs @ 1:8f65451dc28f

Исправлена проблема с фабрикой и выборкой нескольких объектов в linq выражении
author cin
date Fri, 28 Mar 2014 01:04:56 +0400
parents f990fcb411a9
children
comparison
equal deleted inserted replaced
0:f990fcb411a9 1:8f65451dc28f
18 public MappingSchema MappingSchema { get; set; } 18 public MappingSchema MappingSchema { get; set; }
19 public bool IsSource { get; set; } 19 public bool IsSource { get; set; }
20 public bool StopMapping { get; set; } 20 public bool StopMapping { get; set; }
21 [CLSCompliant(false)] 21 [CLSCompliant(false)]
22 public IMapDataSource DataSource { get; set; } 22 public IMapDataSource DataSource { get; set; }
23 public int[] MappingIndex { get; set; }
23 24
24 private Dictionary<object,object> _items; 25 private Dictionary<object,object> _items;
25 public Dictionary<object,object> Items 26 public Dictionary<object,object> Items
26 { 27 {
27 [DebuggerStepThrough] 28 [DebuggerStepThrough]