Ejemplo n.º 1
0
 /// <summary>
 ///     Generates the value using reflection. Use this value only at early stages of loading the configuration,
 ///     when the DI container is not yet initialized.
 /// </summary>
 /// <returns></returns>
 public override object GenerateValue()
 {
     return(_classMemberValueInitializerHelper.GetValueWithReflection(this, ClassMemberData));
 }
Ejemplo n.º 2
0
 /// <summary>
 ///     Generates the value using reflection. Use this value only at early stages of loading the configuration,
 ///     when the DI container is not yet initialized.
 /// </summary>
 /// <returns></returns>
 public object GenerateValue()
 {
     return(_classMemberValueInitializerHelper.GetValueWithReflection(_configurationFileElement, ClassMemberData));
 }