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

◆ RemoveAll() [2/2]

IImmutableList< T > IImmutableList< T >. System.Collections.Immutable.ImmutableArray< T >.RemoveAll ( Predicate< T > match)
inline

Implements System.Collections.Immutable.IImmutableList< T >.

Definition at line 1408 of file ImmutableArray.cs.

1409 {
1411 immutableArray.ThrowInvalidOperationIfNotInitialized();
1412 return immutableArray.RemoveAll(match);
1413 }

References System.match.