BoundFunctionPathSegmentTemplate Constructor (BoundFunctionPathSegment)

 

Initializes a new instance of the BoundFunctionPathSegmentTemplate class.

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

Syntax

public BoundFunctionPathSegmentTemplate(
    BoundFunctionPathSegment function
)
public:
BoundFunctionPathSegmentTemplate(
    BoundFunctionPathSegment^ function
)
new : 
        function:BoundFunctionPathSegment -> BoundFunctionPathSegmentTemplate
Public Sub New (
    function As BoundFunctionPathSegment
)

Parameters

See Also

BoundFunctionPathSegmentTemplate Class
System.Web.OData.Routing Namespace

Return to top