FilterTableEntryCollection::Add Method (FilterTableEntryElement^)

.NET Framework (current version)
 

Adds a new FilterTableEntryElement to the collection.

Namespace:   System.ServiceModel.Routing.Configuration
Assembly:  System.ServiceModel.Routing (in System.ServiceModel.Routing.dll)

public:
void Add(
	FilterTableEntryElement^ element
)

Parameters

element
Type: System.ServiceModel.Routing.Configuration::FilterTableEntryElement^

The filter table entry to be added.

.NET Framework
Available since 4.0
Return to top
Show: