Beispiel #1
0
 internal static PermissionType[] GetByMask(ulong mask)
 {
     return(PermissionTypes.Where(p => (~p.Mask & mask) != 0).ToArray());
 }