Skip to content

IJsonSchemaResultsCollector.PopChildContext Method

Definition

Namespace: Corvus.Text.Json
Assembly: Corvus.Text.Json.dll
Source: IJsonSchemaResultsCollector.cs

PopChildContext(int)

Abandons the last child context.

public abstract void PopChildContext(int sequenceNumber)

Parameters

Name Type Description
sequenceNumber int The sequence number of the child context to commit.

Remarks

This will not update the match state, and allows the collector to release any resources associated with the child context.

Applies To

Product Versions
.NET 9, 10
.NET Standard 2.0, 2.1

Collaborate with us on GitHub

The source for this content can be found on GitHub, where you can also create and review issues and pull requests.

Open an issue