Example #1
0
 void ICollection <T> .CopyTo(T[] array, int arrayIndex)
 {
     m_InternalList.CopyTo(array, arrayIndex);
 }