public static ParallelingPostMatchDecoration ParallelPostMatch(this IPostMatchCursorMovingStringSearcher decorated)
 {
     Condition.Requires(decorated).IsNotNull();
     return(new ParallelingPostMatchDecoration(decorated));
 }
 public ParallelingPostMatchDecoration(IPostMatchCursorMovingStringSearcher decorated)
     : base(decorated)
 {
 }
 public ParallelingPostMatchDecoration(IPostMatchCursorMovingStringSearcher decorated)
     : base(decorated)
 {
 }