Files
linux-packaging-mono/mcs/class/System.Private.CoreLib/System.Threading/PreAllocatedOverlapped.cs

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() { }
}
}