Exemplo n.º 1
0
 public static int Count(byte flags)
 {
     return(BitFlag.Count((int)flags));
 }
Exemplo n.º 2
0
 public static int Count(ushort flags)
 {
     return(BitFlag.Count((int)flags));
 }