Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ConcurrentSetItem.cs
Go to the documentation of this file.
1
namespace
System.Diagnostics.Tracing
;
2
3
internal
abstract
class
ConcurrentSetItem
<KeyType, ItemType> where ItemType :
ConcurrentSetItem
<KeyType, ItemType>
4
{
5
public
abstract
int
Compare
(ItemType
other
);
6
7
public
abstract
int
Compare
(KeyType
key
);
8
}
System.Diagnostics.Tracing.ConcurrentSetItem.Compare
int Compare(KeyType key)
System.Diagnostics.Tracing.ConcurrentSetItem.Compare
int Compare(ItemType other)
System.Diagnostics.Tracing.ConcurrentSetItem
Definition
ConcurrentSetItem.cs:4
System.Diagnostics.Tracing
Definition
ActivityTracker.cs:4
System.ExceptionArgument.key
@ key
System.ExceptionArgument.other
@ other
source
System.Private.CoreLib
System.Diagnostics.Tracing
ConcurrentSetItem.cs
Generated by
1.10.0