pascalabcnet/PABCNetHelp/LinqDocGen/Files/ToLookup.html

25 lines
2.3 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<html><head><object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e">
<param name="Keyword" value="ToLookup">
</object><meta http-equiv="Content-Type" content="text/html; charset=windows-1251"><title></title><link rel="StyleSheet" href="../../../default.css"></head>
<body>
<H1>Метод ToLookup</H1><h2>Описание методов</h2><p>Методы приведены для последовательности <code><b>sequence of</b> T</code>.</p><table>
<tr><td>
<code><b>function </b>ToLookup&lt;Key&gt;(keySelector: T-&gt;Key): System.Linq.ILookup&lt;Key,T&gt;;</code>
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Создает объект System.Linq.Lookup из последовательности в соответствии с заданной функцией селектора ключа.
</td></tr>
<tr><td>
<code><b>function </b>ToLookup&lt;Key&gt;(keySelector: T-&gt;Key; comparer: IEqualityComparer&lt;Key&gt;): System.Linq.ILookup&lt;Key,T&gt;;</code>
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Создает объект System.Linq.Lookup из последовательности в соответствии с заданной функцией селектора ключа и компаратором ключей.
</td></tr>
<tr><td>
<code><b>function </b>ToLookup&lt;Key,Element&gt;(keySelector: T-&gt;Key; elementSelector: T-&gt;Element): System.Linq.ILookup&lt;Key,Element&gt;;</code>
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Создает объект System.Linq.Lookup из последовательности в соответствии с заданными функциями селектора ключа и селектора элемента.
</td></tr>
<tr><td>
<code><b>function </b>ToLookup&lt;Key,Element&gt;(keySelector: T-&gt;Key; elementSelector: T-&gt;Element; comparer: IEqualityComparer&lt;Key&gt;): System.Linq.ILookup&lt;Key,Element&gt;;</code>
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Создает объект System.Linq.Lookup из последовательности в соответствии с заданным компаратором и функциями селектора ключа и селектора элемента.
</td></tr>
</table>
<h2>Пример </h2><blockquote><code></code></blockquote>
</body>