Gets all data elements available to the repository that match the predicate
Namespace: KerbalDataAssembly: KerbalData (in KerbalData.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- predicate
- Type:
System Func T,
Boolean
filter to use
- data
- Type:
System.Collections.Generic IList JObject
base data definition // TODO: break JSON.NET dependency
Return Value
data matching requirementSee Also