/// <summary> /// Initializes a new instance of the <see cref="EntityConverter{TSource,TDestination}"/> class. /// </summary> public EntityConverter() { foreach (DynamicProperty <TDestination> toProperty in DynamicType <TDestination> .CreateDynamicProperties()) { destinationProperties.Add(toProperty.Name, toProperty); } }