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

◆ SameParameters()

override bool System.Linq.Expressions.Expression0< TDelegate >.SameParameters ( ICollection< ParameterExpression > parameters)
inlinepackagevirtual

Reimplemented from System.Linq.Expressions.Expression< TDelegate >.

Definition at line 16 of file Expression0.cs.

17 {
18 if (parameters != null)
19 {
20 return parameters.Count == 0;
21 }
22 return true;
23 }