// Assembly: Assembly-CSharp
// Full name: Google.FlatBuffers.Options

namespace Google.FlatBuffers
{
public class Options // TypeDefIndex: 2038
{
	// Fields
	type#20895 DEFAULT_MAX_DEPTH;
	type#20895 DEFAULT_MAX_TABLES;
	type#20868 max_depth;
	type#20868 max_tables;
	type#15314 string_end_check;
	type#15314 alignment_check;

	// Methods
	// RVA: -1
	public type#28660 .ctor() { }
	// RVA: -1
	public type#28660 .ctor(type#20867 maxDepth, type#20867 maxTables, type#15313 stringEndCheck, type#15313 alignmentCheck) { }
	// RVA: -1
	public type#20867 get_maxDepth() { }
	// RVA: -1
	public type#28660 set_maxDepth(type#20867 value) { }
	// RVA: -1
	public type#20867 get_maxTables() { }
	// RVA: -1
	public type#28660 set_maxTables(type#20867 value) { }
	// RVA: -1
	public type#15313 get_stringEndCheck() { }
	// RVA: -1
	public type#28660 set_stringEndCheck(type#15313 value) { }
	// RVA: -1
	public type#15313 get_alignmentCheck() { }
	// RVA: -1
	public type#28660 set_alignmentCheck(type#15313 value) { }
}
}
