JsonElement.Mutable.SetPropertyNull Method
Definition
Namespace: Corvus.Text.Json
Assembly: Corvus.Text.Json.dll
Overloads
SetPropertyNull(string)
Source: JsonElement.Mutable.cs
public void SetPropertyNull(string propertyName)
Parameters
| Name |
Type |
Description |
propertyName |
string |
|
Applies To
| Product |
Versions |
| .NET |
9, 10 |
| .NET Standard |
2.0, 2.1 |
SetPropertyNull(ReadOnlySpan<char>)
Source: JsonElement.Mutable.cs
public void SetPropertyNull(ReadOnlySpan<char> propertyName)
Parameters
Applies To
| Product |
Versions |
| .NET |
9, 10 |
| .NET Standard |
2.0, 2.1 |
SetPropertyNull(ReadOnlySpan<byte>)
Source: JsonElement.Mutable.cs
public void SetPropertyNull(ReadOnlySpan<byte> propertyName)
Parameters
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