|
Terraria v1.4.4.9
Terraria source code documentation
|
Properties | |
| int | Height [get] |
| bool | IsEmpty [get] |
| int | Count [get] |
| IBinaryTree? | Left [get] |
| IBinaryTree? | Right [get] |
| T | Value [get] |
| new? IBinaryTree< T > | Left [get] |
| new? IBinaryTree< T > | Right [get] |
Definition at line 15 of file IBinaryTree.cs.