Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IsTypeCustomType()
[1/2]
static
bool
System.Data.Common.DataStorage.IsTypeCustomType
(
StorageType
typeCode
)
inline
static
package
inherited
Definition at line
312
of file
DataStorage.cs
.
313
{
314
if
(StorageType.Object != typeCode && typeCode != 0)
315
{
316
return
StorageType.CharArray
== typeCode;
317
}
318
return
true
;
319
}
System.Xml.ValueHandleType.Dictionary
@ Dictionary
References
System.Xml.Dictionary
.
System
Data
Common
UInt16Storage
Generated by
1.10.0