UriTemplateTable Constructor (IEnumerable<KeyValuePair<UriTemplate^, Object^>>^)
.NET Framework (current version)
Initializes a new instance of the UriTemplateTable class with the specified collection of key/value pairs.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public:
UriTemplateTable(
IEnumerable<KeyValuePair<UriTemplate^, Object^>>^ keyValuePairs
)
Parameters
- keyValuePairs
-
Type:
System.Collections.Generic::IEnumerable<KeyValuePair<UriTemplate^, Object^>>^
A collection of key/value pairs that consist of URI templates and associated data.
The following example shows how to instantiate the UriTemplateTable class.
.NET Framework
Available since 3.5
Available since 3.5
Show: