ScopeStorageDictionary.CopyTo Metoda

Definice

Zkopíruje všechny prvky objektu ScopeStorageDictionary a objektu BaseScope do objektu Array , počínaje zadaným indexem.

public virtual void CopyTo (System.Collections.Generic.KeyValuePair<object,object>[] array, int arrayIndex);
abstract member CopyTo : System.Collections.Generic.KeyValuePair<obj, obj>[] * int -> unit
override this.CopyTo : System.Collections.Generic.KeyValuePair<obj, obj>[] * int -> unit
Public Overridable Sub CopyTo (array As KeyValuePair(Of Object, Object)(), arrayIndex As Integer)

Parametry

array
KeyValuePair<Object,Object>[]

Pole

arrayIndex
Int32

Index založený na nule v array.

Implementuje

Platí pro