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

◆ Keys

virtual KeysCollection System.Collections.Specialized.NameObjectCollectionBase.Keys
getinherited

Definition at line 173 of file NameObjectCollectionBase.cs.

174 {
175 get
176 {
177 if (_keys == null)
178 {
179 _keys = new KeysCollection(this);
180 }
181 return _keys;
182 }
183 }

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