JsonElement.Source.Implicit Operator
Definition
Namespace: Corvus.Text.Json
Assembly: Corvus.Text.Json.dll
Overloads
implicit operator JsonElement.Source(ref JsonElement)
Source: JsonElement.Mutable.cs
public static implicit operator JsonElement.Source(ref JsonElement value)
Parameters
Returns
JsonElement.Source
Applies To
| Product |
Versions |
| .NET |
9, 10 |
| .NET Standard |
2.0, 2.1 |
implicit operator JsonElement.Source(ref JsonElement.Mutable)
Source: JsonElement.Mutable.cs
public static implicit operator JsonElement.Source(ref JsonElement.Mutable value)
Parameters
Returns
JsonElement.Source
Applies To
| Product |
Versions |
| .NET |
9, 10 |
| .NET Standard |
2.0, 2.1 |
implicit operator JsonElement.Source(ReadOnlySpan<byte>)
Source: JsonElement.Mutable.cs
public static implicit operator JsonElement.Source(ReadOnlySpan<byte> value)
Parameters
Returns
JsonElement.Source
Applies To
| Product |
Versions |
| .NET |
9, 10 |
| .NET Standard |
2.0, 2.1 |
implicit operator JsonElement.Source(ReadOnlySpan<char>)
Source: JsonElement.Mutable.cs
public static implicit operator JsonElement.Source(ReadOnlySpan<char> value)
Parameters
Returns
JsonElement.Source
Applies To
| Product |
Versions |
| .NET |
9, 10 |
| .NET Standard |
2.0, 2.1 |
implicit operator JsonElement.Source(string)
Source: JsonElement.Mutable.cs
public static implicit operator JsonElement.Source(string value)
Parameters
| Name |
Type |
Description |
value |
string |
|
Returns
JsonElement.Source
Applies To
| Product |
Versions |
| .NET |
9, 10 |
| .NET Standard |
2.0, 2.1 |
implicit operator JsonElement.Source(DateTimeOffset)
Source: JsonElement.Mutable.cs
public static implicit operator JsonElement.Source(DateTimeOffset value)
Parameters
Returns
JsonElement.Source
Applies To
| Product |
Versions |
| .NET |
9, 10 |
| .NET Standard |
2.0, 2.1 |
implicit operator JsonElement.Source(DateTime)
Source: JsonElement.Mutable.cs
public static implicit operator JsonElement.Source(DateTime value)
Parameters
Returns
JsonElement.Source
Applies To
| Product |
Versions |
| .NET |
9, 10 |
| .NET Standard |
2.0, 2.1 |
implicit operator JsonElement.Source(OffsetDateTime)
Source: JsonElement.Mutable.cs
public static implicit operator JsonElement.Source(OffsetDateTime value)
Parameters
Returns
JsonElement.Source
Applies To
| Product |
Versions |
| .NET |
9, 10 |
| .NET Standard |
2.0, 2.1 |
implicit operator JsonElement.Source(OffsetDate)
Source: JsonElement.Mutable.cs
public static implicit operator JsonElement.Source(OffsetDate value)
Parameters
Returns
JsonElement.Source
Applies To
| Product |
Versions |
| .NET |
9, 10 |
| .NET Standard |
2.0, 2.1 |
implicit operator JsonElement.Source(OffsetTime)
Source: JsonElement.Mutable.cs
public static implicit operator JsonElement.Source(OffsetTime value)
Parameters
Returns
JsonElement.Source
Applies To
| Product |
Versions |
| .NET |
9, 10 |
| .NET Standard |
2.0, 2.1 |
implicit operator JsonElement.Source(LocalDate)
Source: JsonElement.Mutable.cs
public static implicit operator JsonElement.Source(LocalDate value)
Parameters
Returns
JsonElement.Source
Applies To
| Product |
Versions |
| .NET |
9, 10 |
| .NET Standard |
2.0, 2.1 |
implicit operator JsonElement.Source(Period)
Source: JsonElement.Mutable.cs
public static implicit operator JsonElement.Source(Period value)
Parameters
| Name |
Type |
Description |
value |
Period |
|
Returns
JsonElement.Source
Applies To
| Product |
Versions |
| .NET |
9, 10 |
| .NET Standard |
2.0, 2.1 |
implicit operator JsonElement.Source(Guid)
Source: JsonElement.Mutable.cs
public static implicit operator JsonElement.Source(Guid value)
Parameters
| Name |
Type |
Description |
value |
Guid |
|
Returns
JsonElement.Source
Applies To
| Product |
Versions |
| .NET |
9, 10 |
| .NET Standard |
2.0, 2.1 |
implicit operator JsonElement.Source(Uri)
Source: JsonElement.Mutable.cs
public static implicit operator JsonElement.Source(Uri value)
Parameters
| Name |
Type |
Description |
value |
Uri |
|
Returns
JsonElement.Source
Applies To
| Product |
Versions |
| .NET |
9, 10 |
| .NET Standard |
2.0, 2.1 |
implicit operator JsonElement.Source(bool)
Source: JsonElement.Mutable.cs
public static implicit operator JsonElement.Source(bool value)
Parameters
| Name |
Type |
Description |
value |
bool |
|
Returns
JsonElement.Source
Applies To
| Product |
Versions |
| .NET |
9, 10 |
| .NET Standard |
2.0, 2.1 |
implicit operator JsonElement.Source(long)
Source: JsonElement.Mutable.cs
public static implicit operator JsonElement.Source(long value)
Parameters
| Name |
Type |
Description |
value |
long |
|
Returns
JsonElement.Source
Applies To
| Product |
Versions |
| .NET |
9, 10 |
| .NET Standard |
2.0, 2.1 |
implicit operator JsonElement.Source(int)
Source: JsonElement.Mutable.cs
public static implicit operator JsonElement.Source(int value)
Parameters
| Name |
Type |
Description |
value |
int |
|
Returns
JsonElement.Source
Applies To
| Product |
Versions |
| .NET |
9, 10 |
| .NET Standard |
2.0, 2.1 |
implicit operator JsonElement.Source(short)
Source: JsonElement.Mutable.cs
public static implicit operator JsonElement.Source(short value)
Parameters
| Name |
Type |
Description |
value |
short |
|
Returns
JsonElement.Source
Applies To
| Product |
Versions |
| .NET |
9, 10 |
| .NET Standard |
2.0, 2.1 |
implicit operator JsonElement.Source(sbyte)
Source: JsonElement.Mutable.cs
public static implicit operator JsonElement.Source(sbyte value)
Parameters
| Name |
Type |
Description |
value |
sbyte |
|
Returns
JsonElement.Source
Applies To
| Product |
Versions |
| .NET |
9, 10 |
| .NET Standard |
2.0, 2.1 |
implicit operator JsonElement.Source(ulong)
Source: JsonElement.Mutable.cs
public static implicit operator JsonElement.Source(ulong value)
Parameters
| Name |
Type |
Description |
value |
ulong |
|
Returns
JsonElement.Source
Applies To
| Product |
Versions |
| .NET |
9, 10 |
| .NET Standard |
2.0, 2.1 |
implicit operator JsonElement.Source(uint)
Source: JsonElement.Mutable.cs
public static implicit operator JsonElement.Source(uint value)
Parameters
| Name |
Type |
Description |
value |
uint |
|
Returns
JsonElement.Source
Applies To
| Product |
Versions |
| .NET |
9, 10 |
| .NET Standard |
2.0, 2.1 |
implicit operator JsonElement.Source(ushort)
Source: JsonElement.Mutable.cs
public static implicit operator JsonElement.Source(ushort value)
Parameters
| Name |
Type |
Description |
value |
ushort |
|
Returns
JsonElement.Source
Applies To
| Product |
Versions |
| .NET |
9, 10 |
| .NET Standard |
2.0, 2.1 |
implicit operator JsonElement.Source(byte)
Source: JsonElement.Mutable.cs
public static implicit operator JsonElement.Source(byte value)
Parameters
| Name |
Type |
Description |
value |
byte |
|
Returns
JsonElement.Source
Applies To
| Product |
Versions |
| .NET |
9, 10 |
| .NET Standard |
2.0, 2.1 |
implicit operator JsonElement.Source(decimal)
Source: JsonElement.Mutable.cs
public static implicit operator JsonElement.Source(decimal value)
Parameters
| Name |
Type |
Description |
value |
decimal |
|
Returns
JsonElement.Source
Applies To
| Product |
Versions |
| .NET |
9, 10 |
| .NET Standard |
2.0, 2.1 |
implicit operator JsonElement.Source(double)
Source: JsonElement.Mutable.cs
public static implicit operator JsonElement.Source(double value)
Parameters
| Name |
Type |
Description |
value |
double |
|
Returns
JsonElement.Source
Applies To
| Product |
Versions |
| .NET |
9, 10 |
| .NET Standard |
2.0, 2.1 |
implicit operator JsonElement.Source(float)
Source: JsonElement.Mutable.cs
public static implicit operator JsonElement.Source(float value)
Parameters
| Name |
Type |
Description |
value |
float |
|
Returns
JsonElement.Source
Applies To
| Product |
Versions |
| .NET |
9, 10 |
| .NET Standard |
2.0, 2.1 |
implicit operator JsonElement.Source(Int128)
Source: JsonElement.Mutable.cs
public static implicit operator JsonElement.Source(Int128 value)
Parameters
| Name |
Type |
Description |
value |
Int128 |
|
Returns
JsonElement.Source
Applies To
| Product |
Versions |
| .NET |
9, 10 |
implicit operator JsonElement.Source(UInt128)
Source: JsonElement.Mutable.cs
public static implicit operator JsonElement.Source(UInt128 value)
Parameters
| Name |
Type |
Description |
value |
UInt128 |
|
Returns
JsonElement.Source
Applies To
| Product |
Versions |
| .NET |
9, 10 |
implicit operator JsonElement.Source(Half)
Source: JsonElement.Mutable.cs
public static implicit operator JsonElement.Source(Half value)
Parameters
| Name |
Type |
Description |
value |
Half |
|
Returns
JsonElement.Source
Applies To
| Product |
Versions |
| .NET |
9, 10 |