Поделиться через


ServiceCollection.CopyTo(ServiceDescriptor[], Int32) Метод

Определение

Копирует элементы ICollection<T> в Array, начиная с определенного индекса Array.

public:
 virtual void CopyTo(cli::array <Microsoft::Extensions::DependencyInjection::ServiceDescriptor ^> ^ array, int arrayIndex);
public void CopyTo (Microsoft.Extensions.DependencyInjection.ServiceDescriptor[] array, int arrayIndex);
abstract member CopyTo : Microsoft.Extensions.DependencyInjection.ServiceDescriptor[] * int -> unit
override this.CopyTo : Microsoft.Extensions.DependencyInjection.ServiceDescriptor[] * int -> unit
Public Sub CopyTo (array As ServiceDescriptor(), arrayIndex As Integer)

Параметры

array
ServiceDescriptor[]

Одномерный Array, который является назначением элементов, скопированных из ICollection<T>. Array должны иметь отсчитывание от нуля.

arrayIndex
Int32

Отсчитываемый от нуля индекс в array, с которого начинается копирование.

Реализации

Применяется к