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

◆ IndexField()

System.Data.IndexField.IndexField ( DataColumn column,
bool isDescending )
inlinepackage

Definition at line 11 of file IndexField.cs.

12 {
13 Column = column;
14 IsDescending = isDescending;
15 }
readonly bool IsDescending
Definition IndexField.cs:9
readonly DataColumn Column
Definition IndexField.cs:7

References System.Data.IndexField.Column, and System.Data.IndexField.IsDescending.

Referenced by System.Data.IndexField.Equals().