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
function
Type: System.Web.OData.Routing.BoundFunctionPathSegmentThe function segment to be templatized
See Also
BoundFunctionPathSegmentTemplate Class
System.Web.OData.Routing Namespace
Return to top