예제 #1
0
 /// <summary>
 /// Returns true if the specified generic type has
 /// been added as an executor
 /// </summary>
 /// <typeparam name="T"></typeparam>
 /// <returns></returns>
 public bool Contains <T>()
 {
     return(_commonServiceProvider.Contains <T>());
 }