コード例 #1
0
 public static ParallelingPostMatchDecoration ParallelPostMatch(this IPostMatchCursorMovingStringSearcher decorated)
 {
     Condition.Requires(decorated).IsNotNull();
     return(new ParallelingPostMatchDecoration(decorated));
 }
コード例 #2
0
 public ParallelingPostMatchDecoration(IPostMatchCursorMovingStringSearcher decorated)
     : base(decorated)
 {
 }
コード例 #3
0
 public ParallelingPostMatchDecoration(IPostMatchCursorMovingStringSearcher decorated)
     : base(decorated)
 {
 }