Пример #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ConventionCatalog"/> class.
 /// </summary>
 /// <param name="locator">The locator.</param>
 public ConventionCatalog(IPartRegistryLocator locator)
     : this(locator.GetRegistries().ToArray())
 {
 }
Пример #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ConventionCatalog"/> class.
 /// </summary>
 /// <param name="locator">The locator.</param>
 public ConventionCatalog(IPartRegistryLocator locator)
     : this (locator.GetRegistries().ToArray())
 {
 }