예제 #1
0
 public static IWait <C> CloneTyped <C>(this IWait <C> wait)
 {
     return((IWait <C>)wait.Clone());
 }