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

◆ Count

int System.Dynamic.ExpandoObject.ValueCollection.Count
get

Definition at line 173 of file ExpandoObject.cs.

174 {
175 get
176 {
177 CheckVersion();
178 return _expandoCount;
179 }
180 }