Share via


SingletonSegmentTemplate(SingletonSegment) Constructor

Definition

Initializes a new instance of the SingletonSegmentTemplate class.

public SingletonSegmentTemplate (Microsoft.OData.UriParser.SingletonSegment segment);
new Microsoft.AspNet.OData.Routing.Template.SingletonSegmentTemplate : Microsoft.OData.UriParser.SingletonSegment -> Microsoft.AspNet.OData.Routing.Template.SingletonSegmentTemplate
Public Sub New (segment As SingletonSegment)

Parameters

segment
SingletonSegment

The singleton segment

Applies to