コード例 #1
0
 public static unsafe bool CreateImpl(
     bool initialState,
     ManualResetEventHandle *handle)
 {
     return(Create(initialState, out *handle));
 }
コード例 #2
0
 public static extern unsafe bool CreateImpl(
     bool initialState,
     ManualResetEventHandle *handle);