// Assembly: mscorlib
// Full name: System.Collections.Generic.InsertionBehavior

namespace System.Collections.Generic
{
public class InsertionBehavior // TypeDefIndex: 4802
{
	// Fields
	type#15466 value__;
	type#20823 None;
	type#20823 OverwriteExisting;
	type#20823 ThrowOnExisting;
}
}
