|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| ProductInfoHeaderValue (string productName, string? productVersion) | |
| ProductInfoHeaderValue (ProductHeaderValue product) | |
| ProductInfoHeaderValue (string comment) | |
| override string | ToString () |
| override bool | Equals ([NotNullWhen(true)] object? obj) |
| override int | GetHashCode () |
Static Public Member Functions | |
| static ProductInfoHeaderValue | Parse (string input) |
| static bool | TryParse ([NotNullWhen(true)] string input, [NotNullWhen(true)] out ProductInfoHeaderValue? parsedValue) |
Static Package Functions | |
| static int | GetProductInfoLength (string input, int startIndex, out ProductInfoHeaderValue parsedValue) |
Properties | |
| ProductHeaderValue? | Product [get] |
| string? | Comment [get] |
Private Member Functions | |
| ProductInfoHeaderValue (ProductInfoHeaderValue source) | |
| object ICloneable. | Clone () |
Private Attributes | |
| ProductHeaderValue | _product |
| string | _comment |
Definition at line 6 of file ProductInfoHeaderValue.cs.