예제 #1
0
 public MethodBuilderInfo(MethodKey key, IEnumerable <T> items)
 {
     this.Key  = key;
     this.Item = items.ToArray();
 }
예제 #2
0
 public MethodBuilderInfo(MethodKey key, IEnumerable <T> items)
 {
     this.Key  = key;
     this.Item = items.Where(x => !x.IsSuppressed).ToArray();
 }