Implemented interface member:
method
CopyTo
Microsoft.Build.Collections.IRetrievableEntryHashSet<T>.CopyTo(T[], System.Int32, System.Int32)
2 references to CopyTo
Microsoft.Build (2)
Collections\RetrievableEntryHashSet\RetrievableEntryHashSet.cs (2)
388CopyTo(array, arrayIndex, _count); 651public void CopyTo(T[] array) { CopyTo(array, 0, _count); }