Example #1
0
 /// <summary>
 /// Remove all
 /// </summary>
 void IRouteEventSet.Clear()
 {
     impl.RemoveAll(x => true);
 }