LocationSubLocations Property |
Sub locations.
Namespace: Bio.IO.GenBankAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public List<ILocation> SubLocations { get; }
Public ReadOnly Property SubLocations As List(Of ILocation)
Get
public:
virtual property List<ILocation^>^ SubLocations {
List<ILocation^>^ get () sealed;
}
abstract SubLocations : List<ILocation> with get
override SubLocations : List<ILocation> with get
Property Value
Type:
ListILocationImplements
ILocationSubLocationsSee Also