[This is preliminary documentation and is subject to change.]
Filters a collection of players, leaving only those of the given rank.
Namespace: fCraftAssembly: fCraft (in fCraft.dll) Version: 0.6.3.5 (0.6.3.5)
Syntax
| C# |
[NotNullAttribute] public static IEnumerable<Player> Ranked( this IEnumerable<Player> source, Rank rank )
Parameters
- source
- IEnumerable<(Of <(<'Player>)>)>
Original collection of players. Will not get modified.
- rank
- Rank
Desired rank.