Skip to content

Commit b073426

Browse files
Merge pull request #350 from dynamsoft-docs/preview
update to internal commit 050369b6
2 parents d36c7dc + 527946f commit b073426

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

programming/maui/api-reference/decoded-barcodes-result.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class DecodedBarcodesResult : CapturedResultBase
2626

2727
| Property | Type | Description |
2828
| -------- | ---- | ----------- |
29-
| [`Items`](#items) | *List<BarcodeResultItem>* | Get an array of `BarcodeResultItems`, which are the basic unit of the captured results. |
29+
| [`Items`](#items) | *BarcodeResultItem[]* | Get an array of `BarcodeResultItems`, which are the basic unit of the captured results. |
3030

3131
The following properties are inherited from [`CapturedResultBase`]({{ site.dcv_maui_api }}core/captured-result-base.html):
3232

@@ -42,5 +42,5 @@ The following properties are inherited from [`CapturedResultBase`]({{ site.dcv_m
4242
A list of [`BarcodeResultItem`](barcode-result-item.md), which is the basic unit of the captured results.
4343

4444
```csharp
45-
List<BarcodeResultItem> Items { get; }
45+
BarcodeResultItem[]? Items { get; }
4646
```

0 commit comments

Comments
 (0)