Example #1
0
 /// <summary>
 /// Create a new <see cref="TypedInjectionValue"/> that exposes
 /// information about the given <paramref name="parameterType"/>.
 /// </summary>
 /// <param name="parameterType">Type of the parameter.</param>
 protected TypedInjectionValue(Type parameterType)
 {
     this.parameterReflector = new ReflectionHelper(parameterType);
 }