예제 #1
0
 /// <summary>
 /// find action methods of the specific type
 /// </summary>
 /// <typeparam name="T"></typeparam>
 /// <param name="results"></param>
 public override void FindMethodByType <T>(List <T> results)
 {
     if (_list != null && _list.Count > 0)
     {
         _list.FindMethodByType <T>(results);
     }
 }