1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
| <CodeSnippet Format="1.1.0" xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
| <Header>
| <Title>linq.js - Enumerable.From</Title>
| <Author>neuecc</Author>
| <Shortcut>efrom</Shortcut>
| <Description>Enumerable.From</Description>
| <SnippetTypes>
| <SnippetType>Expansion</SnippetType>
| </SnippetTypes>
| </Header>
| <Snippet>
| <Declarations>
| <Literal>
| <ID>array</ID>
| </Literal>
| </Declarations>
| <Code Language="jscript"><![CDATA[Enumerable.From($array$)$end$]]></Code>
| </Snippet>
| </CodeSnippet>
|
|