Skip to content

Instantly share code, notes, and snippets.

@kei10in
kei10in / ReactiveUIProperty.xml
Last active April 1, 2016 13:20 — forked from andersonimes/gist:2490459
Property Code Snippet for ReactiveUI
<?xml version="1.0" encoding="UTF-8"?>
<CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
<CodeSnippet Format="1.0.0">
<Header>
<SnippetTypes>
<SnippetType>Expansion</SnippetType>
</SnippetTypes>
<Title>ReactiveUI Property</Title>
<Author>Anderson Imes</Author>
<Description>Creates a property that calls RaiseAndSetIfChanged</Description>