示例#1
0
 internal ItemFilterProcessor(IBlockItemMatcher blockItemMatcher)
 {
     _blockItemMatcher = blockItemMatcher;
 }
 public ItemFilterProcessor(IBlockItemMatcher blockItemMatcher)
 {
     _blockItemMatcher = blockItemMatcher;
 }
示例#3
0
 public ItemFilterProcessor(IBlockItemMatcher blockItemMatcher)
 {
     _blockItemMatcher = blockItemMatcher;
 }