This commit is contained in:
2026-01-01 04:04:56 +08:00
parent 7083653661
commit f7f4fe0aac
37 changed files with 596 additions and 92 deletions
@@ -1406,7 +1406,8 @@ with the list items.</p>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a>&lt;TItem&gt;</dt>
<dd><p>A new list containing only the items within the specified key range.</p>
<dd><p>A new list containing only the items within the specified key range.
return empty new list instead of null if no elements in the boundary.</p>
</dd>
</dl>