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

◆ Aggregate()

Definition at line 95 of file ContainsSearchOperator.cs.

96 {
98 {
99 while (enumerator.MoveNext())
100 {
101 if (enumerator.Current)
102 {
103 return true;
104 }
105 }
106 }
107 return false;
108 }