Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
InspectTypeForInterfaces()
static
Tuple
<
bool
,
bool
,
bool
,
bool
> System.Data.Common.DataStorage.InspectTypeForInterfaces
(
Type
dataType
)
inline
static
private
inherited
Definition at line
416
of file
DataStorage.cs
.
417
{
418
return
new
Tuple<bool, bool, bool, bool>
(
typeof
(
INullable
).IsAssignableFrom(dataType),
typeof
(
IChangeTracking
).IsAssignableFrom(dataType),
typeof
(
IRevertibleChangeTracking
).IsAssignableFrom(dataType),
typeof
(
IXmlSerializable
).IsAssignableFrom(dataType));
419
}
System.ComponentModel.IChangeTracking
Definition
IChangeTracking.cs:4
System.ComponentModel.IRevertibleChangeTracking
Definition
IRevertibleChangeTracking.cs:4
System.Data.SqlTypes.INullable
Definition
INullable.cs:4
System.Xml.Serialization.IXmlSerializable
Definition
IXmlSerializable.cs:6
System.Xml.ValueHandleType.Dictionary
@ Dictionary
References
System.Xml.Dictionary
.
System
Data
Common
UInt16Storage
Generated by
1.10.0