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

◆ Count

override int System.Net.WebHeaderCollection.Count
get

Implements System.Collections.ICollection.

Definition at line 105 of file WebHeaderCollection.cs.

106 {
107 get
108 {
109 if (_innerCollection != null)
110 {
111 return _innerCollection.Count;
112 }
113 return 0;
114 }
115 }

Referenced by System.Net.WebHeaderCollection.ToString().