You've already forked linux-packaging-mono
							
							
		
			
				
	
	
		
			9 lines
		
	
	
		
			283 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			283 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| 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() { }
 | |
| 	}
 | |
| } |