ILocationResolverClone Method |
Creates a new ILocationResolver that is a copy of the current ILocationResolver.
Namespace: Bio.IO.GenBankAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax ILocationResolver Clone()
Function Clone As ILocationResolver
ILocationResolver^ Clone()
abstract Clone : unit -> ILocationResolver
Return Value
Type:
ILocationResolverA new ILocationResolver that is a copy of this ILocationResolver.
See Also