IKerbalDataRepo T  Get Method (Func T, Boolean , IList   ) KerbalData - KSP Data Unlocked!
Gets all data elements available to the repository that match the predicate

Namespace: KerbalData
Assembly: KerbalData (in KerbalData.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

IList<T> Get(
	Func<T, bool> predicate,
	out IList<JObject> data
)

Parameters

predicate
Type: OnlineSystem Func T, OnlineBoolean 
filter to use
data
Type: OnlineSystem.Collections.Generic IList JObject  
base data definition // TODO: break JSON.NET dependency

Return Value

data matching requirement
See Also