コード例 #1
0
 public IList TransformList(IList collection)
 {
     return(_innerTransformer.TransformList(collection));
 }