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