Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IsAssignableFromInternal()
static
bool
System.Text.Json.Reflection.ReflectionExtensions.IsAssignableFromInternal
(
this
Type
type
,
Type
from
)
inline
static
Definition at line
272
of file
ReflectionExtensions.cs
.
273
{
274
if
(
from
.IsNullableOfT() &&
type
.IsInterface)
275
{
276
return
type
.IsAssignableFrom(
from
.GetGenericArguments()[0]);
277
}
278
return
type
.IsAssignableFrom(
from
);
279
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.ExceptionArgument.type
@ type
References
System.type
.
System
Text
Json
Reflection
ReflectionExtensions
Generated by
1.10.0