You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

19 lines
578 B

<?xml version="1.0" encoding="utf-8"?>
<CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
<CodeSnippet Format="1.0.0">
<Header>
<Title>ivk</Title>
<Shortcut>ivk</Shortcut>
</Header>
<Author>DK</Author>
<Description>insert Invoke((MethodInvoker)</Description>
<Snippet>
<Code Language="CSharp">
<![CDATA[ this.Invoke((MethodInvoker)(delegate
{
}));
]]>
</Code>
</Snippet>
</CodeSnippet>
</CodeSnippets>