9 lines
283 B
C#
Raw Normal View History

namespace System.Threading
{
public sealed class PreAllocatedOverlapped : System.IDisposable
{
[System.CLSCompliantAttribute(false)]
public PreAllocatedOverlapped(System.Threading.IOCompletionCallback callback, object state, object pinData) { }
public void Dispose() { }
}
}