MCLawl.Group.findPermInt C# (CSharp) Méthode

findPermInt() public static méthode

public static findPermInt ( int Perm ) : Group
Perm int
Résultat Group
        public static Group findPermInt(int Perm)
        {
            return GroupList.FirstOrDefault(grp => (int)grp.Permission == Perm);
        }