Share via


SingletonSegment(IEdmSingleton) Constructor

Definition

Build a segment representing an singleton

public SingletonSegment (Microsoft.OData.Edm.IEdmSingleton singleton);
new Microsoft.OData.UriParser.SingletonSegment : Microsoft.OData.Edm.IEdmSingleton -> Microsoft.OData.UriParser.SingletonSegment
Public Sub New (singleton As IEdmSingleton)

Parameters

singleton
IEdmSingleton

The singleton represented by this segment.

Exceptions

Throws if the input singleton is null.

Applies to