Skip to content

Commit 246c79f

Browse files
committed
Convert Nodes to property
1 parent d0d4728 commit 246c79f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/src/webdriver/BiDi/BrowsingContext/LocateNodesCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ internal LocateNodesResult(IReadOnlyList<Script.NodeRemoteValue> nodes)
4444
Nodes = nodes;
4545
}
4646

47-
public readonly IReadOnlyList<Script.NodeRemoteValue> Nodes;
47+
public IReadOnlyList<Script.NodeRemoteValue> Nodes { get; }
4848

4949
public Script.NodeRemoteValue this[int index] => Nodes[index];
5050

0 commit comments

Comments
 (0)