CharacterMetricsDictionary.CopyTo 메서드

정의

중요

이 API는 CLS 규격이 아닙니다.

특정 배열 인덱스에서 시작하여 컬렉션의 항목을 배열에 복사합니다.

public:
 virtual void CopyTo(cli::array <System::Collections::Generic::KeyValuePair<int, System::Windows::Media::CharacterMetrics ^>> ^ array, int index);
[System.CLSCompliant(false)]
public void CopyTo (System.Collections.Generic.KeyValuePair<int,System.Windows.Media.CharacterMetrics>[] array, int index);
[<System.CLSCompliant(false)>]
abstract member CopyTo : System.Collections.Generic.KeyValuePair<int, System.Windows.Media.CharacterMetrics>[] * int -> unit
override this.CopyTo : System.Collections.Generic.KeyValuePair<int, System.Windows.Media.CharacterMetrics>[] * int -> unit
Public Sub CopyTo (array As KeyValuePair(Of Integer, CharacterMetrics)(), index As Integer)

매개 변수

array
KeyValuePair<Int32,CharacterMetrics>[]

CharacterMetricsDictionary에서 복사한 요소의 대상인 1차원 배열입니다.

index
Int32

array에서 복사가 시작되는 0부터 시작하는 인덱스입니다.

구현

특성

적용 대상