Freigeben über


NameValueCollectionExtensions.CopyTo Methode

Definition

Überlädt

CopyTo(NameValueCollection, IDictionary<String,Object>)

Kopiert die angegebene Auflistung an das angegebene Ziel.

CopyTo(NameValueCollection, IDictionary<String,Object>, Boolean)

Kopiert die angegebene Auflistung an das angegebene Ziel und ersetzt vorherige Einträge optional.

CopyTo(NameValueCollection, IDictionary<String,Object>)

Kopiert die angegebene Auflistung an das angegebene Ziel.

public static void CopyTo (this System.Collections.Specialized.NameValueCollection collection, System.Collections.Generic.IDictionary<string,object> destination);
static member CopyTo : System.Collections.Specialized.NameValueCollection * System.Collections.Generic.IDictionary<string, obj> -> unit
<Extension()>
Public Sub CopyTo (collection As NameValueCollection, destination As IDictionary(Of String, Object))

Parameter

collection
NameValueCollection

Die Auflistung.

destination
IDictionary<String,Object>

Das Ziel.

Gilt für:

CopyTo(NameValueCollection, IDictionary<String,Object>, Boolean)

Kopiert die angegebene Auflistung an das angegebene Ziel und ersetzt vorherige Einträge optional.

public static void CopyTo (this System.Collections.Specialized.NameValueCollection collection, System.Collections.Generic.IDictionary<string,object> destination, bool replaceEntries);
static member CopyTo : System.Collections.Specialized.NameValueCollection * System.Collections.Generic.IDictionary<string, obj> * bool -> unit
<Extension()>
Public Sub CopyTo (collection As NameValueCollection, destination As IDictionary(Of String, Object), replaceEntries As Boolean)

Parameter

collection
NameValueCollection

Die Auflistung.

destination
IDictionary<String,Object>

Das Ziel.

replaceEntries
Boolean

true, um vorherige Einträge zu ersetzen; andernfalls false.

Gilt für: