Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
FastComparisonResult
enum
System.Reflection.Internal.MemoryBlock.FastComparisonResult
package
Enumerator
Equal
BytesStartWithText
TextStartsWithBytes
Unequal
Inconclusive
Definition at line
12
of file
MemoryBlock.cs
.
13
{
14
Equal
,
15
BytesStartWithText
,
16
TextStartsWithBytes
,
17
Unequal
,
18
Inconclusive
19
}
System.Reflection.Internal.MemoryBlock.FastComparisonResult.Inconclusive
@ Inconclusive
System.Reflection.Internal.MemoryBlock.FastComparisonResult.Unequal
@ Unequal
System.Reflection.Internal.MemoryBlock.FastComparisonResult.BytesStartWithText
@ BytesStartWithText
System.Reflection.Internal.MemoryBlock.FastComparisonResult.TextStartsWithBytes
@ TextStartsWithBytes
System.Reflection.Internal.MemoryBlock.FastComparisonResult.Equal
@ Equal
System
Reflection
Internal
MemoryBlock
Generated by
1.10.0