Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
XHelper.cs
Go to the documentation of this file.
1
namespace
System.Xml.Linq
;
2
3
internal
static
class
XHelper
4
{
5
internal
static
bool
IsInstanceOfType
(
object
o
,
Type
type
)
6
{
7
if
(
o
!=
null
)
8
{
9
return
type
.IsAssignableFrom(
o
.GetType());
10
}
11
return
false
;
12
}
13
}
System.Type
Definition
Type.cs:14
System.Xml.Linq.XHelper.IsInstanceOfType
static bool IsInstanceOfType(object o, Type type)
Definition
XHelper.cs:5
System.Xml.Linq.XHelper
Definition
XHelper.cs:4
System.Xml.Linq
Definition
BaseUriAnnotation.cs:1
System.Xml.ValueHandleType.Dictionary
@ Dictionary
System.ExceptionArgument.type
@ type
source
System.Private.Xml.Linq
System.Xml.Linq
XHelper.cs
Generated by
1.10.0