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