Ejemplo n.º 1
0
 public virtual void Merge(MockableGroupState otherGroupState, IValueProvider <MockableGroupState> valueProvider, GroupMerge mergeOptions)
 {
 }
Ejemplo n.º 2
0
 public static bool Contains(this GroupMerge container, GroupMerge otherEnum)
 {
     return((container & otherEnum) != 0);
 }