Ejemplo n.º 1
0
 //c#的でないので元々定義されてないが、ここではよく使ってるので‥
 /// <summary>指定したコレクションの要素を追加する</summary>
 public static int AddItems(this ItemCollection itemColloction, IEnumerable collection)
 {
     return(itemColloction.AddItemsAx(collection));
 }