LocationResolverGetEnd Method |
Returns the end position by resolving the end-data present in the specified location.
If unable to resolve end-data then an exception will occur.
Namespace: Bio.IO.GenBankAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public int GetEnd(
ILocation location
)
Public Function GetEnd (
location As ILocation
) As Integer
public:
virtual int GetEnd(
ILocation^ location
) sealed
abstract GetEnd :
location : ILocation -> int
override GetEnd :
location : ILocation -> int
Parameters
- location
- Type: Bio.IO.GenBankILocation
Location instance.
Return Value
Type:
Int32[Missing <returns> documentation for "M:Bio.IO.GenBank.LocationResolver.GetEnd(Bio.IO.GenBank.ILocation)"]
Implements
ILocationResolverGetEnd(ILocation)See Also