|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| ProductHeaderValue (string name) | |
| ProductHeaderValue (string name, string? version) | |
| override string | ToString () |
| override bool | Equals ([NotNullWhen(true)] object? obj) |
| override int | GetHashCode () |
Static Public Member Functions | |
| static ProductHeaderValue | Parse (string? input) |
| static bool | TryParse ([NotNullWhen(true)] string? input, [NotNullWhen(true)] out ProductHeaderValue? parsedValue) |
Static Package Functions | |
| static int | GetProductLength (string input, int startIndex, out ProductHeaderValue parsedValue) |
Properties | |
| string | Name [get] |
| string? | Version [get] |
Private Member Functions | |
| ProductHeaderValue (ProductHeaderValue source) | |
| object ICloneable. | Clone () |
Private Attributes | |
| readonly string | _name |
| readonly string | _version |
Definition at line 5 of file ProductHeaderValue.cs.