Example #1
0
 internal ValuesCollection(WebHeaderDictionary whc)
 {
     _whc = whc ?? throw new ArgumentNullException(nameof(whc));
 }