This commit is contained in:
2025-12-25 22:24:36 +08:00
parent b64c156a59
commit 4ec5309907
32 changed files with 214 additions and 154 deletions
@@ -1967,16 +1967,10 @@ Clear the state from previous session (if existed).</p>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public Task ReloadProject()</code></pre>
<pre><code class="lang-csharp hljs">public void ReloadProject()</code></pre>
</div>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task">Task</a></dt>
<dd><p>A task representing the asynchronous operation</p>
</dd>
</dl>