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 @@ -23,7 +23,7 @@ class ParsedResult : CapturedResultBase
2323
2424| Property | Type | Description |
2525|----------|------|-------------|
26- | [`Items`](#items ) | *List < ParsedResultItem > * | The parsed result item at the specified index . |
26+ | [`Items`](#items ) | *ParsedResultItem [] * | The parsed result item at the specified index . |
2727
2828The following properties are inherited from [`CapturedResultBase`]({{ site .dcv_maui_api }}core /captured -result -base .html ):
2929
@@ -39,7 +39,7 @@ The following properties are inherited from [`CapturedResultBase`]({{ site.dcv_m
3939The parsed result item at the specified index .
4040
4141```csharp
42- List < ParsedResultItem > Items { get; }
42+ ParsedResultItem []? Items { get; }
4343```
4444
4545** See Also**
You can’t perform that action at this time.
0 commit comments