Skip to content

JsonPointer.Source.Implicit Operator

Definition

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

Overloads

Operator Description
implicit operator JsonPointer.Source(JsonPointer)
implicit operator JsonPointer.Source(ReadOnlySpan<byte>)
implicit operator JsonPointer.Source(ReadOnlySpan<char>)
implicit operator JsonPointer.Source(string)

implicit operator JsonPointer.Source(JsonPointer)

public static implicit operator JsonPointer.Source(JsonPointer instance)

Parameters

Name Type Description
instance JsonPointer

Returns

JsonPointer.Source

Applies To

Product Versions
.NET 9, 10
.NET Standard 2.0, 2.1

implicit operator JsonPointer.Source(ReadOnlySpan<byte>)

public static implicit operator JsonPointer.Source(ReadOnlySpan<byte> value)

Parameters

Name Type Description
value ReadOnlySpan<byte>

Returns

JsonPointer.Source

Applies To

Product Versions
.NET 9, 10
.NET Standard 2.0, 2.1

implicit operator JsonPointer.Source(ReadOnlySpan<char>)

public static implicit operator JsonPointer.Source(ReadOnlySpan<char> value)

Parameters

Name Type Description
value ReadOnlySpan<char>

Returns

JsonPointer.Source

Applies To

Product Versions
.NET 9, 10
.NET Standard 2.0, 2.1

implicit operator JsonPointer.Source(string)

public static implicit operator JsonPointer.Source(string value)

Parameters

Name Type Description
value string

Returns

JsonPointer.Source

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