예제 #1
0
 public override ushort GetValue()
 {
     return((ushort)(_one.GetValue() << _count));
 }
예제 #2
0
 public override ushort GetValue()
 {
     return((ushort)(_one.GetValue() | _two.GetValue()));
 }