Sha256: 5013fee071cf8a9afada59c3ec1219caa9cc326dbef06f49c1120d060d68c868
Contents?: true
Size: 802 Bytes
Versions: 1
Compression:
Stored size: 802 Bytes
Contents
<?xml version="1.0"?> <CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet"> <CodeSnippet Format="1.0.0"> <Header> <Title>IState wrapper</Title> <Author>MbUnit</Author> <Description>Expansion snippet for a IState wrapper</Description> <Shortcut>state</Shortcut> <SnippetTypes> <SnippetType>Expansion</SnippetType> </SnippetTypes> </Header> <Snippet> <Declarations> <Literal> <ID>name</ID> <ToolTip>State Name</ToolTip> </Literal> </Declarations> <Code Language="VB"><![CDATA[ Public Property $name$State as IState Get Return Me.States("$name$") End Get End Property ]]></Code> </Snippet> </CodeSnippet> </CodeSnippets>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mbunit2-2.4.2.355.20100801 | docs/extras/Snippets/state.snippet |