示例#1
0
 //| <include path='docs/doc[@for="Thread.Sleep"]/*' />
 public static void Sleep(TimeSpan timeout)
 {
     ThreadHandle.Sleep(timeout);
 }