IStorable Clone T  Method KerbalData - KSP Data Unlocked!
Clones this object and it's underlying data to a new instance of the same type.

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

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

T
type to convert to

Return Value

cloned instance
See Also