StorableObject
Count Property
KerbalData - KSP Data Unlocked!
Gets the number of children
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
public
int
Count
{
get
; }
public int Count { get; }
public
:
virtual
property
int
Count
{
int
get
()
sealed
; }
public: virtual property int Count { int get () sealed; }
Implements
ICollection
T
Count
See Also
StorableObject Class
StorableObject Members
KerbalData Namespace