LocationGetLeafLocations Method |
Gets the leaf locations present in this location.
Namespace: Bio.IO.GenBankAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public List<ILocation> GetLeafLocations()
Public Function GetLeafLocations As List(Of ILocation)
public:
virtual List<ILocation^>^ GetLeafLocations() sealed
abstract GetLeafLocations : unit -> List<ILocation>
override GetLeafLocations : unit -> List<ILocation>
Return Value
Type:
ListILocation[Missing <returns> documentation for "M:Bio.IO.GenBank.Location.GetLeafLocations"]
Implements
ILocationGetLeafLocationsSee Also