FileSystemRepository T  Get Method (IList   ) KerbalData - KSP Data Unlocked!
Gets all objects managed by the repository along with soure copies for backup/reversion

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

public IList<T> Get(
	out IList<JObject> data
)

Parameters

data
Type: OnlineSystem.Collections.Generic IList JObject  
data list to populate with source data

Return Value

de-serialized object list

Implements

IKerbalDataRepo T  Get(IList JObject  )
See Also