コード例 #1
0
 public void Add(RouteConfigurationElement route)
 {
     BaseAdd(route);
 }
コード例 #2
0
 public int IndexOf(RouteConfigurationElement route)
 {
     return(BaseIndexOf(route));
 }