Creates a new Location that is a copy of the current Location.
Namespace: Bio.IO.GenBankAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax Public Function Clone As Location
public:
Location^ Clone()
member Clone : unit -> Location
Return Value
Type:
LocationA new Location that is a copy of this Location.
See Also