Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ICastable.cs
Go to the documentation of this file.
1
using
System.Diagnostics.CodeAnalysis
;
2
3
namespace
System.Runtime.CompilerServices
;
4
5
public
interface
ICastable
6
{
7
bool
IsInstanceOfInterface
(
RuntimeTypeHandle
interfaceType, [NotNullWhen(
true
)] out
Exception
? castError);
8
9
RuntimeTypeHandle
GetImplType
(
RuntimeTypeHandle
interfaceType);
10
}
System.Exception
Definition
Exception.cs:15
System.Runtime.CompilerServices.ICastable.IsInstanceOfInterface
bool IsInstanceOfInterface(RuntimeTypeHandle interfaceType, [NotNullWhen(true)] out Exception? castError)
System.Runtime.CompilerServices.ICastable.GetImplType
RuntimeTypeHandle GetImplType(RuntimeTypeHandle interfaceType)
System.Runtime.CompilerServices.ICastable
Definition
ICastable.cs:6
System.Diagnostics.CodeAnalysis
Definition
AllowNullAttribute.cs:1
System.Runtime.CompilerServices
Definition
NullablePublicOnlyAttribute.cs:3
System.RuntimeTypeHandle
Definition
RuntimeTypeHandle.cs:14
source
System.Private.CoreLib
System.Runtime.CompilerServices
ICastable.cs
Generated by
1.10.0