IStorableObjects
Add Method
KerbalData - KSP Data Unlocked!
Adds an object instance to the collection
Namespace:
KerbalData
Assembly:
KerbalData
(in KerbalData.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
VB
C++
F#
View Colorized
Copy to Clipboard
Print
void
Add
(
Object
data
,
string
id
=
null
)
void Add( Object data, string id = null )
void
Add
(
Object
^
data
,
String
^
id
=
nullptr
)
void Add( Object^ data, String^ id = nullptr )
Parameters
data
Type:
System
Object
data to add
id
(Optional)
Type:
System
String
name to give data
See Also
IStorableObjects Interface
IStorableObjects Members
KerbalData Namespace