Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
InsertionBehavior.cs
Go to the documentation of this file.
1
namespace
System.Collections.Generic
;
2
3
internal
enum
InsertionBehavior
:
byte
4
{
5
None
,
6
OverwriteExisting
,
7
ThrowOnExisting
8
}
System.Collections.Generic.InsertionBehavior
InsertionBehavior
Definition
InsertionBehavior.cs:4
System.Collections.Generic.InsertionBehavior.OverwriteExisting
@ OverwriteExisting
System.Collections.Generic.InsertionBehavior.None
@ None
System.Collections.Generic.InsertionBehavior.ThrowOnExisting
@ ThrowOnExisting
System.Collections.Generic
Definition
IHashKeyCollection.cs:1
source
System.Private.CoreLib
System.Collections.Generic
InsertionBehavior.cs
Generated by
1.10.0