This documentation is archived and is not being maintained.
UriTemplateTable Constructor
Visual Studio 2010
Initializes a new instance of the UriTemplateTable class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
UriTemplateTable() | Initializes a new instance of the UriTemplateTable class. |
|
UriTemplateTable(Uri) | Initializes a new instance of the UriTemplateTable class with the specified base address. |
|
UriTemplateTable(IEnumerable<KeyValuePair<UriTemplate, Object>>) | Initializes a new instance of the UriTemplateTable class with the specified collection of key/value pairs. |
|
UriTemplateTable(Uri, IEnumerable<KeyValuePair<UriTemplate, Object>>) | Initializes a new instance of the UriTemplateTable class with the specified base address and collection of key/value pairs. |
Show: