KeyValuePathSegmentTemplate Constructor (KeyValuePathSegment)
Initializes a new instance of the KeyValuePathSegmentTemplate class.
Namespace: System.Web.OData.Routing
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public KeyValuePathSegmentTemplate(
KeyValuePathSegment keyValueSegment
)
public:
KeyValuePathSegmentTemplate(
KeyValuePathSegment^ keyValueSegment
)
new :
keyValueSegment:KeyValuePathSegment -> KeyValuePathSegmentTemplate
Public Sub New (
keyValueSegment As KeyValuePathSegment
)
Parameters
keyValueSegment
Type: System.Web.OData.Routing.KeyValuePathSegmentThe key value segment to be parsed as a template.
See Also
KeyValuePathSegmentTemplate Class
System.Web.OData.Routing Namespace
Return to top