Click or drag to resize
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.GenBank
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public int GetEnd(
	ILocation location
)

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