CmsRecipientCollection.CopyTo 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
CmsRecipientCollection 컬렉션을 배열에 복사합니다.
오버로드
CopyTo(Array, Int32) |
CopyTo(Array, Int32) 메서드는 CmsRecipientCollection 컬렉션을 배열에 복사합니다. |
CopyTo(CmsRecipient[], Int32) |
CopyTo(CmsRecipient[], Int32) 메서드는 CmsRecipientCollection 컬렉션을 CmsRecipient 배열에 복사합니다. |
CopyTo(Array, Int32)
- Source:
- CmsRecipientCollection.cs
- Source:
- CmsRecipientCollection.cs
- Source:
- CmsRecipientCollection.cs
- Source:
- CmsRecipientCollection.cs
- Source:
- CmsRecipientCollection.cs
CopyTo(Array, Int32) 메서드는 CmsRecipientCollection 컬렉션을 배열에 복사합니다.
public:
virtual void CopyTo(Array ^ array, int index);
public void CopyTo (Array array, int index);
abstract member CopyTo : Array * int -> unit
override this.CopyTo : Array * int -> unit
Public Sub CopyTo (array As Array, index As Integer)
매개 변수
- array
- Array
Array 컬렉션이 복사되는 CmsRecipientCollection 개체입니다.
- index
- Int32
CmsRecipientCollection 컬렉션이 복사되는 array
의 인덱스(0부터 시작)입니다.
구현
예외
array
이(가) null
인 경우
index
가 array
의 요소 범위를 벗어난 경우
추가 정보
적용 대상
CopyTo(CmsRecipient[], Int32)
- Source:
- CmsRecipientCollection.cs
- Source:
- CmsRecipientCollection.cs
- Source:
- CmsRecipientCollection.cs
- Source:
- CmsRecipientCollection.cs
- Source:
- CmsRecipientCollection.cs
CopyTo(CmsRecipient[], Int32) 메서드는 CmsRecipientCollection 컬렉션을 CmsRecipient 배열에 복사합니다.
public:
void CopyTo(cli::array <System::Security::Cryptography::Pkcs::CmsRecipient ^> ^ array, int index);
public void CopyTo (System.Security.Cryptography.Pkcs.CmsRecipient[] array, int index);
member this.CopyTo : System.Security.Cryptography.Pkcs.CmsRecipient[] * int -> unit
Public Sub CopyTo (array As CmsRecipient(), index As Integer)
매개 변수
- array
- CmsRecipient[]
CmsRecipient 컬렉션이 복사되는 CmsRecipientCollection 개체의 배열입니다.
- index
- Int32
CmsRecipient 컬렉션이 복사되는 array
에 포함된 CmsRecipientCollection 개체의 배열에 대한 인덱스(0부터 시작)입니다.
예외
array
이(가) null
인 경우
index
가 array
의 요소 범위를 벗어난 경우
추가 정보
적용 대상
.NET