Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IValueTupleInternal.cs
Go to the documentation of this file.
1
using
System.Collections
;
2
using
System.Runtime.CompilerServices
;
3
4
namespace
System
;
5
6
internal
interface
IValueTupleInternal
:
ITuple
7
{
8
int
GetHashCode
(
IEqualityComparer
comparer
);
9
10
string
ToStringEnd
();
11
}
System.Collections.IEqualityComparer
Definition
IEqualityComparer.cs:4
System.IValueTupleInternal.GetHashCode
int GetHashCode(IEqualityComparer comparer)
System.IValueTupleInternal.ToStringEnd
string ToStringEnd()
System.IValueTupleInternal
Definition
IValueTupleInternal.cs:7
System.Runtime.CompilerServices.ITuple
Definition
ITuple.cs:4
System.Collections
Definition
BlockingCollection.cs:8
System.Runtime.CompilerServices
Definition
NullablePublicOnlyAttribute.cs:3
System.ExceptionArgument.comparer
@ comparer
System
Definition
BlockingCollection.cs:8
source
System.Private.CoreLib
System
IValueTupleInternal.cs
Generated by
1.10.0