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

namespace System.Threading.Tasks
{
public class InternalTaskOptions // TypeDefIndex: 3892
{
	// Fields
	type#20890 value__;
	type#21003 None;
	type#21003 InternalOptionsMask;
	type#21003 ContinuationTask;
	type#21003 PromiseTask;
	type#21003 LazyCancellation;
	type#21003 QueuedByRuntime;
	type#21003 DoNotDispose;
}
}
