UriTemplateTable::KeyValuePairs Property
.NET Framework (current version)
Gets a collection of key/value pairs that consist of UriTemplate objects and their associated data.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: property IList<KeyValuePair<UriTemplate^, Object^>>^ KeyValuePairs { IList<KeyValuePair<UriTemplate^, Object^>>^ get(); }
Property Value
Type: System.Collections.Generic::IList<KeyValuePair<UriTemplate^, Object^>>^A collection of key/value pairs that consist of UriTemplate objects and their associated data.
Each UriTemplate instance in the table has data associated with it. The KeyValuePairs property contains a collection of key value pairs where the key is a UriTemplate instance and the value is the data associated with the UriTemplate. Values can only be added to KeyValuePairs property prior to calling MakeReadOnly(Boolean) or Match(Uri^) or MatchSingle(Uri^) otherwise a NotSupportedException is thrown.
.NET Framework
Available since 3.5
Available since 3.5
Show: