Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
DTSubString.cs
Go to the documentation of this file.
1
namespace
System
;
2
3
internal
ref struct
DTSubString
4
{
5
internal
ReadOnlySpan<char>
s
;
6
7
internal
int
index
;
8
9
internal
int
length
;
10
11
internal
DTSubStringType
type
;
12
13
internal
int
value
;
14
15
internal
char
this
[
int
relativeIndex] =>
s
[
index
+ relativeIndex];
16
}
System.DTSubStringType
DTSubStringType
Definition
DTSubStringType.cs:4
System
Definition
BlockingCollection.cs:8
System.DTSubString.type
DTSubStringType type
Definition
DTSubString.cs:11
System.DTSubString.length
int length
Definition
DTSubString.cs:9
System.DTSubString.s
ReadOnlySpan< char > s
Definition
DTSubString.cs:5
System.DTSubString.index
int index
Definition
DTSubString.cs:7
System.DTSubString.value
int value
Definition
DTSubString.cs:13
System.DTSubString
Definition
DTSubString.cs:4
System.ReadOnlySpan
Definition
ReadOnlySpan.cs:14
source
System.Private.CoreLib
System
DTSubString.cs
Generated by
1.10.0