File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
programming/maui/api-reference Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
3131The 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
4242A 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```
You can’t perform that action at this time.
0 commit comments