Skip to content

JsonString.Mutable.From Method

Definition

Namespace: Corvus.Text.Json.AsyncApi.Internal
Assembly: Corvus.Text.Json.dll

From(T)

public static JsonString.Mutable From<T>(in T instance)
    where T : struct, IMutableJsonElement<T>

Parameters

Name Type Description
instance T

Returns

JsonString.Mutable

Applies To

Product Versions
.NET 9, 10

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