This commit is contained in:
2025-09-24 09:26:04 +08:00
parent 1dbcb3764d
commit 56fe9c7d74
34 changed files with 390 additions and 175 deletions
@@ -177,8 +177,8 @@ Class NcComment
<a id="Hi_Numerical_NcComment__ctor_" data-uid="Hi.Numerical.NcComment.#ctor*"></a>
<h3 id="Hi_Numerical_NcComment__ctor_System_String_Hi_Numerical_CommentMarkEnum_" data-uid="Hi.Numerical.NcComment.#ctor(System.String,Hi.Numerical.CommentMarkEnum)">
NcComment(string, CommentMarkEnum)
<h3 id="Hi_Numerical_NcComment__ctor_System_String_Hi_Numerical_CommentMark_" data-uid="Hi.Numerical.NcComment.#ctor(System.String,Hi.Numerical.CommentMark)">
NcComment(string, CommentMark)
</h3>
@@ -187,7 +187,7 @@ Class NcComment
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public NcComment(string content, CommentMarkEnum commentSignEnum)</code></pre>
<pre><code class="lang-csharp hljs">public NcComment(string content, CommentMark commentSignEnum)</code></pre>
</div>
<h4 class="section">Parameters</h4>
@@ -195,7 +195,7 @@ Class NcComment
<dt><code>content</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
<dd><p>The content of the comment without comment marks.</p>
</dd>
<dt><code>commentSignEnum</code> <a class="xref" href="Hi.Numerical.CommentMarkEnum.html">CommentMarkEnum</a></dt>
<dt><code>commentSignEnum</code> <a class="xref" href="Hi.Numerical.CommentMark.html">CommentMark</a></dt>
<dd><p>The type of comment mark to use.</p>
</dd>
</dl>
@@ -215,10 +215,10 @@ Class NcComment
</h2>
<a id="Hi_Numerical_NcComment_CommentMarkEnum_" data-uid="Hi.Numerical.NcComment.CommentMarkEnum*"></a>
<a id="Hi_Numerical_NcComment_CommentMark_" data-uid="Hi.Numerical.NcComment.CommentMark*"></a>
<h3 id="Hi_Numerical_NcComment_CommentMarkEnum" data-uid="Hi.Numerical.NcComment.CommentMarkEnum">
CommentMarkEnum
<h3 id="Hi_Numerical_NcComment_CommentMark" data-uid="Hi.Numerical.NcComment.CommentMark">
CommentMark
</h3>
@@ -227,7 +227,7 @@ Class NcComment
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public CommentMarkEnum CommentMarkEnum { get; set; }</code></pre>
<pre><code class="lang-csharp hljs">public CommentMark CommentMark { get; set; }</code></pre>
</div>
@@ -236,7 +236,7 @@ Class NcComment
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Hi.Numerical.CommentMarkEnum.html">CommentMarkEnum</a></dt>
<dt><a class="xref" href="Hi.Numerical.CommentMark.html">CommentMark</a></dt>
<dd></dd>
</dl>