StorableObject Clone T  Method KerbalData - KSP Data Unlocked!
Clones a new instance of the object and all underlying data

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

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

T
compatible object type to clone to

Return Value

cloned object instance

Implements

IStorable Clone T  
See Also