// Assembly: mscorlib
// Full name: System.Threading.Tasks.ParallelOptions

namespace System.Threading.Tasks
{
public class ParallelOptions // TypeDefIndex: 3850
{
	// Fields
	type#27048 _scheduler;
	type#20868 _maxDegreeOfParallelism;
	type#15725 _cancellationToken;

	// Methods
	// RVA: -1
	public type#28660 .ctor() { }
	// RVA: -1
	public type#27047 get_TaskScheduler() { }
	// RVA: -1
	internal type#27047 get_EffectiveTaskScheduler() { }
	// RVA: -1
	public type#20867 get_MaxDegreeOfParallelism() { }
	// RVA: -1
	public type#28660 set_MaxDegreeOfParallelism(type#20867 value) { }
	// RVA: -1
	public type#15724 get_CancellationToken() { }
	// RVA: -1
	internal type#20867 get_EffectiveMaxConcurrencyLevel() { }
}
}
