1 override of Get
System.Net.WebHeaderCollection (1)
System\Net\WebHeaderCollection.cs (1)
271
public override string?
Get
(int index)
3 references to Get
System.Collections.Specialized (2)
System\Collections\Specialized\NameValueCollection.cs (2)
218
all[i] =
Get
(i);
379
return
Get
(index);
System.Net.WebHeaderCollection (1)
System\Net\WebHeaderCollection.cs (1)
277
return _innerCollection.
Get
(index);