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

◆ RBTreeNodeId

int System.Data.DataRow.RBTreeNodeId
getsetpackage

Definition at line 77 of file DataRow.cs.

78 {
79 get
80 {
81 return _rbTreeNodeId;
82 }
83 set
84 {
85 DataCommonEventSource.Log.Trace("<ds.DataRow.set_RBTreeNodeId|INFO> {0}, value={1}", _objectID, value);
87 }
88 }
readonly int _objectID
Definition DataRow.cs:44

Referenced by System.Data.DataRowCollection.ArrayRemove(), and System.Data.DataRowCollection.IndexOf().