// Assembly: mscorlib
// Full name: SynchronousAsyncResult

public class SynchronousAsyncResult // TypeDefIndex: 4934
{
	// Fields
	type#23712 _stateObject;
	type#15322 _isWrite;
	type#22398 _waitHandle;
	type#18132 _exceptionInfo;
	type#15314 _endXxxCalled;
	type#20868 _bytesRead;

	// Methods
	// RVA: -1
	internal type#28660 .ctor(type#20867 bytesRead, type#23705 asyncStateObject) { }
	// RVA: -1
	internal type#28660 .ctor(type#23705 asyncStateObject) { }
	// RVA: -1
	internal type#28660 .ctor(type#18121 ex, type#23705 asyncStateObject, type#15313 isWrite) { }
	// RVA: -1
	public virtual type#15313 get_IsCompleted() { }
	// RVA: -1
	public virtual type#28690 get_AsyncWaitHandle() { }
	// RVA: -1
	public virtual type#23705 get_AsyncState() { }
	// RVA: -1
	public virtual type#15313 get_CompletedSynchronously() { }
	// RVA: -1
	internal type#28660 ThrowIfError() { }
	// RVA: -1
	internal static type#20867 EndRead(type#19811 asyncResult) { }
	// RVA: -1
	internal static type#28660 EndWrite(type#19811 asyncResult) { }
}
