StorableObjects T  Class KerbalData - KSP Data Unlocked!
Maintains the top level collection of Kerbal data objects. Works similar to a dictionary however it does not implment IDictionary in order to restrict usage. It is important to note that unlike an IDictionary implmentation this class will accept a call to the Add method even if another value with the same name already exists. The previous value will be overwritten by the latest addition to the list.
Inheritance Hierarchy

Online System Object
  KerbalData StorableObjects T 

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

public class StorableObjects<T>
where T : class, new(), IStorable
Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:KerbalData.StorableObjects`1"]

See Also