// Assembly: mscorlib
// Full name: System.IAsyncResult

namespace System
{
public class IAsyncResult // TypeDefIndex: 3483
{

	// Methods
	// RVA: -1
	public abstract type#15313 get_IsCompleted() { }
	// RVA: -1
	public abstract type#28690 get_AsyncWaitHandle() { }
	// RVA: -1
	public abstract type#23705 get_AsyncState() { }
	// RVA: -1
	public abstract type#15313 get_CompletedSynchronously() { }
}
}
