Skip to content

YamlEventCallback

Definition

Namespace: Corvus.Yaml
Assembly: Corvus.Text.Json.dll

A callback delegate invoked for each YAML parse event during EnumerateEvents.

public delegate YamlEventCallback : MulticastDelegate, ICloneable, ISerializable

Implements

ICloneable, ISerializable

Constructors

Constructor Description
YamlEventCallback(object, IntPtr)

Methods

Method Description
BeginInvoke(ref YamlEvent, AsyncCallback, object)
EndInvoke(ref YamlEvent, IAsyncResult)
Invoke(ref YamlEvent)

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