예제 #1
0
 public virtual void Merge(MockableGroupState otherGroupState, IValueProvider <MockableGroupState> valueProvider, GroupMerge mergeOptions)
 {
 }
예제 #2
0
파일: GroupMerge.cs 프로젝트: synfron/Staxe
 public static bool Contains(this GroupMerge container, GroupMerge otherEnum)
 {
     return((container & otherEnum) != 0);
 }