<CodeSnippet Format="1.1.0" xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
    <Header>
        <Title>iife</Title>
        <Author>Microsoft Corporation</Author>
        <Shortcut>iife</Shortcut>
        <Description>Codeschnipsel für einen sofort aufgerufenen Funktionsausdruck</Description>
        <SnippetTypes>
            <SnippetType>Expansion</SnippetType>
            <SnippetType>SurroundsWith</SnippetType>
        </SnippetTypes>
    </Header>
    <Snippet>
        <Declarations>
            <Literal>
                <ID>args</ID>
                <ToolTip>Eine durch Trennzeichen getrennte Liste der Argumente, die in der IIFE erfasst werden sollen.</ToolTip>
                <Default>args</Default>
            </Literal>
        </Declarations>
        <Code Language="TypeScript">
            <![CDATA[(function ($args$) {

    $selected$$end$

})($args$);]]>
        </Code>
    </Snippet>
</CodeSnippet>
