Читати англійською Редагувати

Поділитися через


SymbolResolver.CopyTo(KeyValuePair<String,Object>[], Int32) Method

Definition

Copies the symbols in the SymbolResolver to an existing one-dimensional array of key/value pairs, starting at the specified array index.

C#
public void CopyTo(System.Collections.Generic.KeyValuePair<string,object>[] array, int arrayIndex);

Parameters

array
KeyValuePair<String,Object>[]

The one-dimensional array of key/value pairs to copy the symbols to. The array must have zero-based indexing.

arrayIndex
Int32

The zero-based index in the destination array at which copying begins.

Implements

Applies to

Продукт Версії
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1