|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| RangeItemHeaderValue (long? from, long? to) | |
| override string | ToString () |
| override bool | Equals ([NotNullWhen(true)] object? obj) |
| override int | GetHashCode () |
Package Functions | |
| RangeItemHeaderValue (RangeItemHeaderValue source) | |
Static Package Functions | |
| static int | GetRangeItemListLength (string input, int startIndex, ICollection< RangeItemHeaderValue > rangeCollection) |
| static int | GetRangeItemLength (string input, int startIndex, out RangeItemHeaderValue parsedValue) |
Properties | |
| long? | From [get] |
| long? | To [get] |
Private Member Functions | |
| object ICloneable. | Clone () |
Private Attributes | |
| readonly? long | _from |
| readonly? long | _to |
Definition at line 8 of file RangeItemHeaderValue.cs.