/ Published in: XML
a test C# code snippet
Expand |
Embed | Plain Text
<CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet"> <CodeSnippet Format="1.0.0"> <Header> <Title> If Else </Title> <Shortcut>ifel</Shortcut> <Author>Beau Brownlee</Author> </Header> <Snippet> <Declarations> <Literal> <ID>Evaluation</ID> <ToolTip>The code to evaluate as true or false</ToolTip> </Literal> </Declarations> <Code Language="CSharp"> <![CDATA[ if ($Evaluation$) { $end$ } else { } ]]> </Code> </Snippet> </CodeSnippet> </CodeSnippets>
You need to login to post a comment.
