Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IsCustomType
bool
System.Data.DataColumn.IsCustomType
get
package
Definition at line
1017
of file
DataColumn.cs
.
1018
{
1019
get
1020
{
1021
if
(
_storage
==
null
)
1022
{
1023
return
DataStorage
.
IsTypeCustomType
(
DataType
);
1024
}
1025
return
_storage
.
_isCustomDefinedType
;
1026
}
1027
}
System.Data.Common.DataStorage._isCustomDefinedType
readonly bool _isCustomDefinedType
Definition
DataStorage.cs:75
System.Data.Common.DataStorage.IsTypeCustomType
static bool IsTypeCustomType(Type type)
Definition
DataStorage.cs:307
System.Data.Common.DataStorage
Definition
DataStorage.cs:13
System.Data.DataColumn._storage
DataStorage _storage
Definition
DataColumn.cs:76
System.Data.DataColumn.DataType
Type DataType
Definition
DataColumn.cs:377
System
Data
DataColumn
Generated by
1.10.0