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

◆ ToBoolean() [1/2]

bool IConvertible. System.Boolean.ToBoolean ( IFormatProvider provider)
inline

Definition at line 217 of file Boolean.cs.

218 {
219 return this;
220 }