Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/tools/HL3Snippets/HL3.AfterDeserializationMethod.snippet @ 5061

Last change on this file since 5061 was 4761, checked in by abeham, 13 years ago

#567

  • Added snippets to source control
File size: 919 bytes
Line 
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>HL3.AfterDeserializationMethod</Title>
6      <Author>Andreas Beham</Author>
7      <Description>Creates the after deserialization hook</Description>
8      <HelpUrl>https://dev.heuristiclab.com/trac/hl/core/wiki/DevelopersCodeSnippets</HelpUrl>
9      <SnippetTypes>
10        <SnippetType>Expansion</SnippetType>
11      </SnippetTypes>
12      <Keywords />
13      <Shortcut>hl3AfterDeserialization</Shortcut>
14    </Header>
15    <Snippet>
16      <References />
17      <Imports />
18      <Declarations />
19      <Code Language="csharp" Kind="method body" Delimiter="$"><![CDATA[[StorableHook(HookType.AfterDeserialization)]
20      private void AfterDeserialization() {
21      }]]></Code>
22    </Snippet>
23  </CodeSnippet>
24</CodeSnippets>
Note: See TracBrowser for help on using the repository browser.