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

◆ CloneStringHeaderInfoValues()

static object System.Net.Http.Headers.HttpHeaders.CloneStringHeaderInfoValues ( object source)
inlinestaticprivateinherited

Definition at line 522 of file HttpHeaders.cs.

523 {
524 if (source == null)
525 {
526 return null;
527 }
529 {
530 return source;
531 }
532 return new List<object>(collection);
533 }

References System.collection, and System.source.

Referenced by System.Net.Http.Headers.HttpHeaders.AddHeaderInfo().