Share via


NavigationPropertyLinkSegment.HandleWith(PathSegmentHandler) Method

Definition

Translate a PathSegmentHandler to walk a tree of ODataPathSegments.

public override void HandleWith (Microsoft.OData.UriParser.PathSegmentHandler handler);
override this.HandleWith : Microsoft.OData.UriParser.PathSegmentHandler -> unit
Public Overrides Sub HandleWith (handler As PathSegmentHandler)

Parameters

handler
PathSegmentHandler

An implementation of the translator interface.

Exceptions

Throws if the input handler is null.

Applies to