RecipientInfoCollection.CopyTo Metod

Definition

Metoden CopyTo kopierar RecipientInfoCollection samlingen till en matris.

Överlagringar

Name Description
CopyTo(Array, Int32)

Metoden CopyTo(Array, Int32) kopierar RecipientInfoCollection samlingen till en matris.

CopyTo(RecipientInfo[], Int32)

Metoden CopyTo(RecipientInfo[], Int32) kopierar RecipientInfoCollection samlingen till en RecipientInfo matris.

CopyTo(Array, Int32)

Källa:
RecipientInfoCollection.cs
Källa:
RecipientInfoCollection.cs
Källa:
RecipientInfoCollection.cs
Källa:
RecipientInfoCollection.cs
Källa:
RecipientInfoCollection.cs
Källa:
RecipientInfoCollection.cs
Källa:
RecipientInfoCollection.cs
Källa:
RecipientInfoCollection.cs

Metoden CopyTo(Array, Int32) kopierar RecipientInfoCollection samlingen till en matris.

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)

Parametrar

array
Array

Ett Array objekt som RecipientInfoCollection samlingen ska kopieras till.

index
Int32

Det nollbaserade indexet array där RecipientInfoCollection samlingen kopieras.

Implementeringar

Undantag

Ett av argumenten som angavs för en metod var ogiltigt.

En null-referens skickades till en metod som inte accepterar den som ett giltigt argument.

Värdet för ett argument låg utanför det tillåtna värdeintervallet enligt definitionen i den anropade metoden.

Gäller för

CopyTo(RecipientInfo[], Int32)

Källa:
RecipientInfoCollection.cs
Källa:
RecipientInfoCollection.cs
Källa:
RecipientInfoCollection.cs
Källa:
RecipientInfoCollection.cs
Källa:
RecipientInfoCollection.cs
Källa:
RecipientInfoCollection.cs
Källa:
RecipientInfoCollection.cs
Källa:
RecipientInfoCollection.cs

Metoden CopyTo(RecipientInfo[], Int32) kopierar RecipientInfoCollection samlingen till en RecipientInfo matris.

public:
 void CopyTo(cli::array <System::Security::Cryptography::Pkcs::RecipientInfo ^> ^ array, int index);
public void CopyTo(System.Security.Cryptography.Pkcs.RecipientInfo[] array, int index);
member this.CopyTo : System.Security.Cryptography.Pkcs.RecipientInfo[] * int -> unit
Public Sub CopyTo (array As RecipientInfo(), index As Integer)

Parametrar

array
RecipientInfo[]

En matris med RecipientInfo objekt där RecipientInfoCollection samlingen ska kopieras.

index
Int32

Det nollbaserade indexet array där RecipientInfoCollection samlingen kopieras.

Undantag

Ett av argumenten som angavs för en metod var ogiltigt.

En null-referens skickades till en metod som inte accepterar den som ett giltigt argument.

Värdet för ett argument låg utanför det tillåtna värdeintervallet enligt definitionen i den anropade metoden.

Gäller för