다음을 통해 공유


ServiceCollection.CopyTo(ServiceDescriptor[], Int32) 메서드

정의

특정 Array 인덱스에서 시작하여 ICollection<T> 요소를 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[]

ICollection<T>복사한 요소의 대상인 1차원 Array. Array 0부터 시작하는 인덱싱이 있어야 합니다.

arrayIndex
Int32

복사가 시작되는 array 인덱스(0부터 시작)입니다.

구현

적용 대상