This commit is contained in:
niko
2026-04-12 16:51:38 +02:00
parent 1b6f6d81d0
commit c12fbe3fc6
17828 changed files with 2994770 additions and 0 deletions
@@ -0,0 +1,20 @@
using System;
using Cpp2IlInjected;
namespace System.Collections.Generic
{
// Token: 0x0200060B RID: 1547
[Token(Token = "0x200060B")]
internal enum InsertionBehavior : byte
{
// Token: 0x04001AE7 RID: 6887
[Token(Token = "0x4001AE7")]
None,
// Token: 0x04001AE8 RID: 6888
[Token(Token = "0x4001AE8")]
OverwriteExisting,
// Token: 0x04001AE9 RID: 6889
[Token(Token = "0x4001AE9")]
ThrowOnExisting
}
}