Пример #1
0
 /// <summary>
 /// Removes the given element from the collection.
 /// </summary>
 /// <param name="element">The elemnt to remove.</param>
 public void Remove(HandlerConfiguration element)
 {
     BaseRemove(element.AssemblyName);
 }
Пример #2
0
 /// <summary>
 /// Removes the given element from the collection.
 /// </summary>
 /// <param name="element">The elemnt to remove.</param>
 public void Remove(HandlerConfiguration element)
 {
     BaseRemove(element.AssemblyName);
 }