| ILocationSubLocations Property  | 
            Sub locations.
            
 
Namespace: Bio.IO.GenBankAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
SyntaxList<ILocation> SubLocations { get; }ReadOnly Property SubLocations As List(Of ILocation)
	Get
property List<ILocation^>^ SubLocations {
	List<ILocation^>^ get ();
}abstract SubLocations : List<ILocation> with get
Property Value
Type: 
ListILocation
See Also