fix bug of flagTexts disappear by Sentence property type.
This commit is contained in:
@@ -283,8 +283,8 @@ Class McAbcCyclicPathSemantic
|
||||
|
||||
<a id="Hi_NcParsers_Semantics_McAbcCyclicPathSemantic_Build_" data-uid="Hi.NcParsers.Semantics.McAbcCyclicPathSemantic.Build*"></a>
|
||||
|
||||
<h3 id="Hi_NcParsers_Semantics_McAbcCyclicPathSemantic_Build_System_Collections_Generic_LinkedListNode_Hi_NcParsers_Semantics_SemanticPiece__" data-uid="Hi.NcParsers.Semantics.McAbcCyclicPathSemantic.Build(System.Collections.Generic.LinkedListNode{Hi.NcParsers.Semantics.SemanticPiece})">
|
||||
Build(LinkedListNode<SemanticPiece>)
|
||||
<h3 id="Hi_NcParsers_Semantics_McAbcCyclicPathSemantic_Build_Hi_Common_Collections_LazyLinkedListNode_Hi_NcParsers_Semantics_SemanticPiece__" data-uid="Hi.NcParsers.Semantics.McAbcCyclicPathSemantic.Build(Hi.Common.Collections.LazyLinkedListNode{Hi.NcParsers.Semantics.SemanticPiece})">
|
||||
Build(LazyLinkedListNode<SemanticPiece>)
|
||||
|
||||
</h3>
|
||||
|
||||
@@ -293,12 +293,12 @@ Class McAbcCyclicPathSemantic
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public void Build(LinkedListNode<SemanticPiece> semanticPieceNode)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public void Build(LazyLinkedListNode<SemanticPiece> semanticPieceNode)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>semanticPieceNode</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.linkedlistnode-1">LinkedListNode</a><<a class="xref" href="Hi.NcParsers.Semantics.SemanticPiece.html">SemanticPiece</a>></dt>
|
||||
<dt><code>semanticPieceNode</code> <a class="xref" href="Hi.Common.Collections.LazyLinkedListNode-1.html">LazyLinkedListNode</a><<a class="xref" href="Hi.NcParsers.Semantics.SemanticPiece.html">SemanticPiece</a>></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
@@ -309,7 +309,7 @@ Class McAbcCyclicPathSemantic
|
||||
|
||||
|
||||
|
||||
<h4 class="section" id="Hi_NcParsers_Semantics_McAbcCyclicPathSemantic_Build_System_Collections_Generic_LinkedListNode_Hi_NcParsers_Semantics_SemanticPiece___remarks">Remarks</h4>
|
||||
<h4 class="section" id="Hi_NcParsers_Semantics_McAbcCyclicPathSemantic_Build_Hi_Common_Collections_LazyLinkedListNode_Hi_NcParsers_Semantics_SemanticPiece___remarks">Remarks</h4>
|
||||
<div class="markdown level1 remarks"><p>Since the building process may require the information of the related node, a whole node is passed in.</p>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user