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