Deletes children from the provided object
Namespace: KerbalDataAssembly: KerbalData (in KerbalData.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- jobj
- Type: JObject
object to run operation on
- predicate
- Type:
System Func JToken,
Boolean
data filter
Return Value
count of children removed that match the predicateUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type JObject. When you use instance method syntax to call this method, omit the first parameter. For more information, seeSee Also