UnboundFunctionPathSegmentTemplate Constructor (UnboundFunctionPathSegment)

 

Initializes a new instance of the UnboundFunctionPathSegmentTemplate class.

Namespace:   System.Web.OData.Routing
Assembly:  System.Web.OData (in System.Web.OData.dll)

Syntax

public UnboundFunctionPathSegmentTemplate(
    UnboundFunctionPathSegment function
)
public:
UnboundFunctionPathSegmentTemplate(
    UnboundFunctionPathSegment^ function
)
new : 
        function:UnboundFunctionPathSegment -> UnboundFunctionPathSegmentTemplate
Public Sub New (
    function As UnboundFunctionPathSegment
)

Parameters

See Also

UnboundFunctionPathSegmentTemplate Class
System.Web.OData.Routing Namespace

Return to top