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

◆ Count

int System.Dynamic.ExpandoObject.KeyCollection.Count
get

Definition at line 48 of file ExpandoObject.cs.

49 {
50 get
51 {
53 return _expandoCount;
54 }
55 }