Skip to content

JsonElementForBooleanFalseSchema.From Method

Definition

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

From(ref T)

Creates a new JsonElementForBooleanFalseSchema from the specified JSON element instance.

public static JsonElementForBooleanFalseSchema From<T>(ref T instance)
    where T : struct, IJsonElement<T>

Type Parameters

Parameter Description
T The type of the JSON element.

Parameters

Name Type Description
instance ref T The JSON element instance to create from.

Returns

JsonElementForBooleanFalseSchema

A new JsonElementForBooleanFalseSchema instance.

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