Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ IsCustomType

bool System.Data.DataColumn.IsCustomType
getpackage

Definition at line 1017 of file DataColumn.cs.

1018 {
1019 get
1020 {
1021 if (_storage == null)
1022 {
1024 }
1026 }
1027 }
static bool IsTypeCustomType(Type type)