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

◆ Text

string System.Data.DataError.Text
getsetpackage

Definition at line 20 of file DataError.cs.

21 {
22 get
23 {
24 return _rowError;
25 }
26 [param: AllowNull]
27 set
28 {
30 }
31 }
void SetText(string errorText)
Definition DataError.cs:124