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

namespace System.Threading.Tasks
{
public class TaskContinuationOptions // TypeDefIndex: 3893
{
	// Fields
	type#20890 value__;
	type#27031 None;
	type#27031 PreferFairness;
	type#27031 LongRunning;
	type#27031 AttachedToParent;
	type#27031 DenyChildAttach;
	type#27031 HideScheduler;
	type#27031 LazyCancellation;
	type#27031 RunContinuationsAsynchronously;
	type#27031 NotOnRanToCompletion;
	type#27031 NotOnFaulted;
	type#27031 NotOnCanceled;
	type#27031 OnlyOnRanToCompletion;
	type#27031 OnlyOnFaulted;
	type#27031 OnlyOnCanceled;
	type#27031 ExecuteSynchronously;
}
}
