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

◆ ToUInt16() [1/2]

ushort IConvertible. System.Enum.ToUInt16 ( IFormatProvider provider)
inlineprivate

Definition at line 1165 of file Enum.cs.

1166 {
1167 return Convert.ToUInt16(GetValue());
1168 }
object GetValue()
Definition Enum.cs:946

References System.Enum.GetValue(), and System.Convert.ToUInt16().