Language

JsonTypeClassifier Delegate

Definition

public delegate Type ^ JsonTypeClassifier(Utf8JsonReader % reader);
public delegate Type? JsonTypeClassifier(ref Utf8JsonReader reader);
type JsonTypeClassifier = delegate of Utf8JsonReader -> Type
Public Delegate Function JsonTypeClassifier(ByRef reader As Utf8JsonReader) As Type 

Parameters

Return Value

Extension Methods

Name Description
GetMethodInfo(Delegate)

Gets an object that represents the method represented by the specified delegate.

Applies to