Leadtools.ImageProcessing.Core Namespace > AutoZoningCommand Class : Zones Property |
public IList<LeadZone> Zones {get;}
'Declaration Public ReadOnly Property Zones As IList(Of LeadZone)
'Usage Dim instance As AutoZoningCommand Dim value As IList(Of LeadZone) value = instance.Zones
public Windows.Foundation.Collections.IVector //In WinRT the IListinterface is replaced by IVector <LeadZone> Zones {get;}
@property (nonatomic, strong, readonly) NSMutableArray* zones;
public List<LeadZone> getZones()
get_Zones();
public: property IList<LeadZone^>^ Zones { IList<LeadZone^>^ get(); }