tune
This commit is contained in:
@@ -290,8 +290,8 @@ Class StringUtil
|
||||
|
||||
<a id="Hi_Common_StringUtil_ToDotSplitedString_" data-uid="Hi.Common.StringUtil.ToDotSplitedString*"></a>
|
||||
|
||||
<h3 id="Hi_Common_StringUtil_ToDotSplitedString_System_Collections_Generic_IEnumerable_System_Object__" data-uid="Hi.Common.StringUtil.ToDotSplitedString(System.Collections.Generic.IEnumerable{System.Object})">
|
||||
ToDotSplitedString(IEnumerable<object>)
|
||||
<h3 id="Hi_Common_StringUtil_ToDotSplitedString__1_System_Collections_Generic_IEnumerable___0__" data-uid="Hi.Common.StringUtil.ToDotSplitedString``1(System.Collections.Generic.IEnumerable{``0})">
|
||||
ToDotSplitedString<T>(IEnumerable<T>)
|
||||
|
||||
</h3>
|
||||
|
||||
@@ -300,12 +300,12 @@ Class StringUtil
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static string ToDotSplitedString(this IEnumerable<object> objects)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public static string ToDotSplitedString<T>(this IEnumerable<T> objects)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>objects</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a><<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>></dt>
|
||||
<dt><code>objects</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a><T></dt>
|
||||
<dd><p>The collection of objects to convert.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
@@ -317,6 +317,11 @@ Class StringUtil
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<h4 class="section">Type Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>T</code></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user