Advertisement
nsavov

Untitled

Jun 9th, 2019
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
  3. <CodeSnippet Format="1.0.0">
  4. <Header>
  5. <Title>icr</Title>
  6. <Shortcut>icr</Shortcut>
  7. <Description>Code snippet for int.Parse(Console.ReadLine())</Description>
  8. <Author>YOUR_NAME</Author>
  9. <SnippetTypes>
  10. <SnippetType>Expansion</SnippetType>
  11. </SnippetTypes>
  12. </Header>
  13. <Snippet>
  14. <Declarations>
  15. <Literal Editable="false">
  16. <ID>SystemConsole</ID>
  17. <Function>SimpleTypeName(global::System.Console)</Function>
  18. </Literal>
  19. </Declarations>
  20. <Code Language="csharp"><![CDATA[int.Parse(Console.ReadLine());]]>
  21. </Code>
  22. </Snippet>
  23. </CodeSnippet>
  24. </CodeSnippets>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement