// Assembly: mscorlib
// Full name: System.IO.FileStreamAsyncResult

namespace System.IO
{
public class FileStreamAsyncResult // TypeDefIndex: 4948
{
	// Fields
	type#23706 state;
	type#15314 completed;
	type#22398 wh;
	type#14562 cb;
	type#15314 completedSynch;
	type#20872 Count;
	type#20872 OriginalCount;
	type#20872 BytesRead;
	type#14562 realcb;

	// Methods
	// RVA: -1
	public type#28660 .ctor(type#14561 cb, type#23705 state) { }
	// RVA: -1
	private static type#28660 CBWrapper(type#19811 ares) { }
	// RVA: -1
	public virtual type#23705 get_AsyncState() { }
	// RVA: -1
	public virtual type#15313 get_CompletedSynchronously() { }
	// RVA: -1
	public virtual type#28690 get_AsyncWaitHandle() { }
	// RVA: -1
	public virtual type#15313 get_IsCompleted() { }
}
}
