IKerbalDataRepo T  Get Method KerbalData - KSP Data Unlocked!
Overload List

  Name Description
Public method Get 
Gets all data elements available to the repository
Public method Get(IList JObject  )
Gets all data elements available to the repository
Public method Get(Func T, Boolean )
Gets all data elements available to the repository that match the predicate
Public method Get(String)
Gets data element by Id/Name
Public method Get(Func T, Boolean , IList JObject  )
Gets all data elements available to the repository that match the predicate
Public method Get(String, JObject )
Gets data element by Id/Name
Back to Top
See Also