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