System.Collections.Generic.List.Contains(Uuid)

Here are the examples of the csharp api System.Collections.Generic.List.Contains(Uuid) taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

19 Source : Advancement.cs
with GNU General Public License v3.0
from DarwinBaker

public bool CompletedBy(Uuid player) => this.Completionists.Contains(player);