using System; namespace hwo.bitworks.identity { public enum BitOperation { NONE,NOT,AND,OR,SHL,SHR,SHAR,NAND,NOR,XOR } }