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

namespace System.IO
{
public class FileShare // TypeDefIndex: 4892
{
	// Fields
	type#20890 value__;
	type#18507 None;
	type#18507 Read;
	type#18507 Write;
	type#18507 ReadWrite;
	type#18507 Delete;
	type#18507 Inheritable;
}
}
