コード例 #1
0
 void ICollection <T> .CopyTo(T[] array, int arrayIndex)
 => items.CopyTo(array, arrayIndex);