ILocationResolverGetEnd Method |
Returns end position of the specified location.
Namespace: Bio.IO.GenBankAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax int GetEnd(
ILocation location
)
Function GetEnd (
location As ILocation
) As Integer
int GetEnd(
ILocation^ location
)
abstract GetEnd :
location : ILocation -> int
Parameters
- location
- Type: Bio.IO.GenBankILocation
Location instance.
Return Value
Type:
Int32[Missing <returns> documentation for "M:Bio.IO.GenBank.ILocationResolver.GetEnd(Bio.IO.GenBank.ILocation)"]
See Also