Skip to content

Commit

Permalink
run package msbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
xieguigang committed Oct 21, 2024
1 parent 96687c0 commit c0a73ec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
11 changes: 7 additions & 4 deletions vignettes/clr/LINQ/Query+Type.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,15 @@ <h3>Declare</h3>

HashTerm: <a href="/vignettes/clr/LINQ/Type.html">Type</a> = 1;

ValueRange: <a href="/vignettes/clr/LINQ/Type.html">Type</a> = 2;
Levenshtein: <a href="/vignettes/clr/LINQ/Type.html">Type</a> = 2;

ValueRangeGreaterThan: <a href="/vignettes/clr/LINQ/Type.html">Type</a> = 3;
ValueRange: <a href="/vignettes/clr/LINQ/Type.html">Type</a> = 3;

ValueRangeLessThan: <a href="/vignettes/clr/LINQ/Type.html">Type</a> = 4;
ValueRangeGreaterThan: <a href="/vignettes/clr/LINQ/Type.html">Type</a> = 4;

ValueMatch: <a href="/vignettes/clr/LINQ/Type.html">Type</a> = 5;
ValueRangeLessThan: <a href="/vignettes/clr/LINQ/Type.html">Type</a> = 5;

ValueMatch: <a href="/vignettes/clr/LINQ/Type.html">Type</a> = 6;

}
</code>
Expand All @@ -52,6 +54,7 @@ <h3>.NET clr type reference tree</h3>
<li>this class extends from <a href="/vignettes/clr/System/Enum.html">Enum</a> class: <a href="/vignettes/clr/System/Enum.html">Enum</a></li>
<li>use by <i>field</i> member <code>FullText</code>: <a href="/vignettes/clr/LINQ/Type.html">Type</a></li>
<li>use by <i>field</i> member <code>HashTerm</code>: <a href="/vignettes/clr/LINQ/Type.html">Type</a></li>
<li>use by <i>field</i> member <code>Levenshtein</code>: <a href="/vignettes/clr/LINQ/Type.html">Type</a></li>
<li>use by <i>field</i> member <code>ValueRange</code>: <a href="/vignettes/clr/LINQ/Type.html">Type</a></li>
<li>use by <i>field</i> member <code>ValueRangeGreaterThan</code>: <a href="/vignettes/clr/LINQ/Type.html">Type</a></li>
<li>use by <i>field</i> member <code>ValueRangeLessThan</code>: <a href="/vignettes/clr/LINQ/Type.html">Type</a></li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ <h3>Declare</h3>
maxPrint: integer;
memoryLoad: string;
MimeType: <a href="/vignettes/clr/Microsoft/VisualBasic/Net/Protocols/ContentTypes/ContentType.html">ContentType[]</a>;
# <code>nwarnings</code>, config the number of warning messages to display after done of run a script program. default is 50 warning message.
nwarnings: integer;
python: string;
# 在R#环境之中调用命令行,输出的stdout字符串是使用多行数据返回还是整个文本返回
Expand Down

0 comments on commit c0a73ec

Please sign in to comment.