Пример #1
0
 /// <summary>
 /// Adds the items in the specified collection to the current collection.
 /// </summary>
 /// <param name="collection">A <see cref="ProviderDataCollection"/>.</param>
 protected internal void AddProviders(ProviderDataCollection collection)
 {
     foreach (ProviderData data in collection)
     {
         AddProvider(data);
     }
 }
Пример #2
0
 /// <summary>
 /// Adds the items in the specified collection to the current collection.
 /// </summary>
 /// <param name="collection">A <see cref="ProviderDataCollection"/>.</param>
 protected internal void AddProviders(ProviderDataCollection collection)
 {
     foreach (ProviderData data in collection)
     {
         AddProvider(data);
     }
 }