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

namespace System.Threading.Tasks
{
public class TaskCreationOptions // TypeDefIndex: 3891
{
	// Fields
	type#20890 value__;
	type#27035 None;
	type#27035 PreferFairness;
	type#27035 LongRunning;
	type#27035 AttachedToParent;
	type#27035 DenyChildAttach;
	type#27035 HideScheduler;
	type#27035 RunContinuationsAsynchronously;
}
}
