'Declaration Public ReadOnly Property FoundBarcodes As System.Collections.ObjectModel.ReadOnlyCollection(Of IBarcodeInfo)
public System.Collections.ObjectModel.ReadOnlyCollection<IBarcodeInfo> FoundBarcodes { get; }
public: __property System.Collections.ObjectModel.ReadOnlyCollection<IBarcodeInfo*>* get_FoundBarcodes();
public:
property System.Collections.ObjectModel.ReadOnlyCollection<IBarcodeInfo^>^ FoundBarcodes { System.Collections.ObjectModel.ReadOnlyCollection<IBarcodeInfo^>^ get(); }