Click or drag to resize

JObjectRemove Method (String)

[Missing <summary> documentation for "M:Stimulsoft.Base.Json.Linq.JObject.Remove(System.String)"]

Namespace:  Stimulsoft.Base.Json.Linq
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public bool Remove(
	string propertyName
)

Parameters

propertyName
Type: SystemString

[Missing <param name="propertyName"/> documentation for "M:Stimulsoft.Base.Json.Linq.JObject.Remove(System.String)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Stimulsoft.Base.Json.Linq.JObject.Remove(System.String)"]

Implements

IDictionaryTKey, TValueRemove(TKey)
See Also