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

See Also

KeyValuePathSegmentTemplate Class
System.Web.OData.Routing Namespace

Return to top