Skip to content

Matcher<TMatch, TOut>

Definition

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

A callback for a pattern match method.

public delegate Matcher<TMatch, TOut> : MulticastDelegate, ICloneable, ISerializable
    where TMatch : struct, IJsonElement<TMatch>

Type Parameters

Parameter Description
TMatch The type that was matched.
TOut The result of the match operation.

Implements

ICloneable, ISerializable

Constructors

Constructor Description
Matcher(object, IntPtr)

Methods

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

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