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

◆ Contains() [1/3]

bool IList. System.Data.DataView.Contains ( object value)
inlineprivateinherited

Definition at line 824 of file DataView.cs.

825 {
826 return 0 <= IndexOf(value as DataRowView);
827 }
int IList. IndexOf(object value)
Definition DataView.cs:829

References System.Data.DataView.IndexOf(), and System.value.