Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ITuple.cs
Go to the documentation of this file.
1
namespace
System.Runtime.CompilerServices
;
2
3
public
interface
ITuple
4
{
5
int
Length
{
get
; }
6
7
object
?
this
[
int
index
] {
get
; }
8
}
System.Runtime.CompilerServices.ITuple.Length
int Length
Definition
ITuple.cs:5
System.Runtime.CompilerServices.ITuple
Definition
ITuple.cs:4
System.Runtime.CompilerServices
Definition
NullablePublicOnlyAttribute.cs:3
System.ExceptionArgument.index
@ index
source
System.Private.CoreLib
System.Runtime.CompilerServices
ITuple.cs
Generated by
1.10.0