|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| SystemCore_EnumerableDebugView (IEnumerable< T > enumerable) | |
| SystemCore_EnumerableDebugView (IEnumerable enumerable) | |
Properties | |
| T[] | Items [get] |
| object[] | Items [get] |
Private Attributes | |
| readonly IEnumerable< T > | _enumerable |
| readonly IEnumerable | _enumerable |
Definition at line 7 of file SystemCore_EnumerableDebugView.cs.