Esempio n. 1
0
 /// <summary>
 /// Initializes an instance of the <see cref="Container"/> class.
 /// </summary>
 /// <param name="containerOptions">The options used to customize the container.  Any options set to null will use the defaults.</param>
 public Container(ContainerOptions containerOptions)
     : this(containerOptions, new DefaultFactoryProvider())
 {
 }