MessageFilterTable<TFilterData>.Keys Property

Definition

Gets a collection of all the filters contained in the filter table.

C#
public System.Collections.Generic.ICollection<System.ServiceModel.Dispatcher.MessageFilter> Keys { get; }

Property Value

An ICollection<T> of all the filters contained in the filter table.

Implements

Remarks

This property implements Keys. The IDictionary<TKey,TValue><Filter, FilterData> that the filter table implements uses the MessageFilter as the key and the FilterData as the value of the pair.

The order of the filters returned in the collection is unspecified, but it is guaranteed to be the same order as the corresponding FilterData in the collection returned by the Values property.

Applies to

Продукт Версії
.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