FileSystemRepository T  Get Method (Func T, Boolean , IList   ) KerbalData - KSP Data Unlocked!
NOT YET IMPLMENTED

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

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

Parameters

func
Type: OnlineSystem Func T, OnlineBoolean 

[Missing <param name="func"/> documentation for "M:KerbalData.Providers.FileSystemRepository`1.Get(System.Func{`0,System.Boolean},System.Collections.Generic.IList{Newtonsoft.Json.Linq.JObject}@)"]

data
Type: OnlineSystem.Collections.Generic IList JObject  

[Missing <param name="data"/> documentation for "M:KerbalData.Providers.FileSystemRepository`1.Get(System.Func{`0,System.Boolean},System.Collections.Generic.IList{Newtonsoft.Json.Linq.JObject}@)"]

Return Value

[Missing <returns> documentation for "M:KerbalData.Providers.FileSystemRepository`1.Get(System.Func{`0,System.Boolean},System.Collections.Generic.IList{Newtonsoft.Json.Linq.JObject}@)"]

Implements

IKerbalDataRepo T  Get(Func T, Boolean , IList JObject  )
See Also