PreAllocatedOverlapped.cs 283 B

123456789
  1. namespace System.Threading
  2. {
  3. public sealed class PreAllocatedOverlapped : System.IDisposable
  4. {
  5. [System.CLSCompliantAttribute(false)]
  6. public PreAllocatedOverlapped(System.Threading.IOCompletionCallback callback, object state, object pinData) { }
  7. public void Dispose() { }
  8. }
  9. }