LocationBuilderGetLocation Method |
Returns a location for the specified location string.
Namespace: Bio.IO.GenBankAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public ILocation GetLocation(
string location
)
Public Function GetLocation (
location As String
) As ILocation
public:
virtual ILocation^ GetLocation(
String^ location
) sealed
abstract GetLocation :
location : string -> ILocation
override GetLocation :
location : string -> ILocation
Parameters
- location
- Type: SystemString
Location string.
Return Value
Type:
ILocation[Missing <returns> documentation for "M:Bio.IO.GenBank.LocationBuilder.GetLocation(System.String)"]
Implements
ILocationBuilderGetLocation(String)See Also