fix bug of flagTexts disappear by Sentence property type.
This commit is contained in:
@@ -180,8 +180,8 @@ Class Sentence
|
||||
|
||||
<a id="Hi_NcParsers_Sentence__ctor_" data-uid="Hi.NcParsers.Sentence.#ctor*"></a>
|
||||
|
||||
<h3 id="Hi_NcParsers_Sentence__ctor_Hi_Common_FileLines_IndexedFileLine_" data-uid="Hi.NcParsers.Sentence.#ctor(Hi.Common.FileLines.IndexedFileLine)">
|
||||
Sentence(IndexedFileLine)
|
||||
<h3 id="Hi_NcParsers_Sentence__ctor_Hi_Common_FileLines_IIndexedFileLine_" data-uid="Hi.NcParsers.Sentence.#ctor(Hi.Common.FileLines.IIndexedFileLine)">
|
||||
Sentence(IIndexedFileLine)
|
||||
|
||||
</h3>
|
||||
|
||||
@@ -189,12 +189,12 @@ Class Sentence
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Sentence(IndexedFileLine indexedFileLine)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public Sentence(IIndexedFileLine indexedFileLine)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>indexedFileLine</code> <a class="xref" href="Hi.Common.FileLines.IndexedFileLine.html">IndexedFileLine</a></dt>
|
||||
<dt><code>indexedFileLine</code> <a class="xref" href="Hi.Common.FileLines.IIndexedFileLine.html">IIndexedFileLine</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
@@ -211,8 +211,8 @@ Class Sentence
|
||||
|
||||
<a id="Hi_NcParsers_Sentence__ctor_" data-uid="Hi.NcParsers.Sentence.#ctor*"></a>
|
||||
|
||||
<h3 id="Hi_NcParsers_Sentence__ctor_System_Collections_Generic_List_Hi_Common_FileLines_IndexedFileLine__" data-uid="Hi.NcParsers.Sentence.#ctor(System.Collections.Generic.List{Hi.Common.FileLines.IndexedFileLine})">
|
||||
Sentence(List<IndexedFileLine>)
|
||||
<h3 id="Hi_NcParsers_Sentence__ctor_System_Collections_Generic_List_Hi_Common_FileLines_IIndexedFileLine__" data-uid="Hi.NcParsers.Sentence.#ctor(System.Collections.Generic.List{Hi.Common.FileLines.IIndexedFileLine})">
|
||||
Sentence(List<IIndexedFileLine>)
|
||||
|
||||
</h3>
|
||||
|
||||
@@ -220,12 +220,12 @@ Class Sentence
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Sentence(List<IndexedFileLine> indexedFileLineList)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public Sentence(List<IIndexedFileLine> indexedFileLineList)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>indexedFileLineList</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a><<a class="xref" href="Hi.Common.FileLines.IndexedFileLine.html">IndexedFileLine</a>></dt>
|
||||
<dt><code>indexedFileLineList</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a><<a class="xref" href="Hi.Common.FileLines.IIndexedFileLine.html">IIndexedFileLine</a>></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
@@ -286,7 +286,7 @@ Class Sentence
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public IndexedFileLine FirstIndexedFileLine { get; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public IIndexedFileLine FirstIndexedFileLine { get; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -295,7 +295,7 @@ Class Sentence
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Hi.Common.FileLines.IndexedFileLine.html">IndexedFileLine</a></dt>
|
||||
<dt><a class="xref" href="Hi.Common.FileLines.IIndexedFileLine.html">IIndexedFileLine</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
@@ -317,7 +317,7 @@ Class Sentence
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public IndexedFileLine IndexedFileLine { get; set; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public IIndexedFileLine IndexedFileLine { get; set; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -326,7 +326,7 @@ Class Sentence
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Hi.Common.FileLines.IndexedFileLine.html">IndexedFileLine</a></dt>
|
||||
<dt><a class="xref" href="Hi.Common.FileLines.IIndexedFileLine.html">IIndexedFileLine</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
@@ -348,7 +348,7 @@ Class Sentence
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public List<IndexedFileLine> IndexedFileLineList { get; set; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public List<IIndexedFileLine> IndexedFileLineList { get; set; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -357,7 +357,7 @@ Class Sentence
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a><<a class="xref" href="Hi.Common.FileLines.IndexedFileLine.html">IndexedFileLine</a>></dt>
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a><<a class="xref" href="Hi.Common.FileLines.IIndexedFileLine.html">IIndexedFileLine</a>></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user