Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
PhysicalAddress (byte[] address) | |
override int | GetHashCode () |
override bool | Equals ([NotNullWhen(true)] object? comparand) |
override string | ToString () |
byte[] | GetAddressBytes () |
Static Public Member Functions | |
static PhysicalAddress | Parse (string? address) |
static PhysicalAddress | Parse (ReadOnlySpan< char > address) |
static bool | TryParse (string? address, [NotNullWhen(true)] out PhysicalAddress? value) |
static bool | TryParse (ReadOnlySpan< char > address, [NotNullWhen(true)] out PhysicalAddress? value) |
Static Public Attributes | |
static readonly PhysicalAddress | None = new PhysicalAddress(Array.Empty<byte>()) |
Static Private Member Functions | |
static bool | TryGetValidSegmentLength (ReadOnlySpan< char > address, char delimiter, out int value) |
Private Attributes | |
readonly byte[] | _address |
int | _hash |
Definition at line 6 of file PhysicalAddress.cs.