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

◆ FBoundToDocument

bool System.Data.DataSet.FBoundToDocument
getsetpackage

Definition at line 398 of file DataSet.cs.

399 {
400 get
401 {
402 return _fBoundToDocument;
403 }
404 set
405 {
407 }
408 }