Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ICastable.cs
Go to the documentation of this file.
2
4
5public interface ICastable
6{
7 bool IsInstanceOfInterface(RuntimeTypeHandle interfaceType, [NotNullWhen(true)] out Exception? castError);
8
10}
bool IsInstanceOfInterface(RuntimeTypeHandle interfaceType, [NotNullWhen(true)] out Exception? castError)
RuntimeTypeHandle GetImplType(RuntimeTypeHandle interfaceType)