Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Clone()

object ICloneable. System.Net.Http.Headers.WarningHeaderValue.Clone ( )
inlineprivate

Implements System.ICloneable.

Definition at line 228 of file WarningHeaderValue.cs.

229 {
230 return new WarningHeaderValue(this);
231 }
WarningHeaderValue(int code, string agent, string text)

References System.Net.Http.Headers.WarningHeaderValue.WarningHeaderValue().