XPathMessageFilterTable<TFilterData>.CopyTo Method

Definition

Copies the filter/FilterData pairs to an array that starts at a specified index.

public void CopyTo (System.Collections.Generic.KeyValuePair<System.ServiceModel.Dispatcher.MessageFilter,TFilterData>[] array, int arrayIndex);

Parameters

array
KeyValuePair<MessageFilter,TFilterData>[]

The array of type KeyValuePair<TKey,TValue> <Filter, FilterData> to which the pairs are being copied.

arrayIndex
Int32

The index at which to begin copying.

Implements

Applies to

Product Versions
.NET Framework 3.0, 3.5, 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