IKerbalDataRepo T  Get Method (Func T, Boolean ) 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
)

Parameters

predicate
Type: OnlineSystem Func T, OnlineBoolean 
filter to use

Return Value

data matching requirement
See Also