diff options
author | oreodave <aryadevchavali1@gmail.com> | 2019-07-24 00:37:56 +0100 |
---|---|---|
committer | oreodave <aryadevchavali1@gmail.com> | 2019-07-24 00:37:56 +0100 |
commit | f74ab5cd00e8bf918b73c100325c68764b34d692 (patch) | |
tree | 54ae50931a35a8ff6347baad6cda9f1096b87cba | |
parent | 3a104e669813f99f697a7d564ca908c37e94db81 (diff) | |
download | dotfiles-f74ab5cd00e8bf918b73c100325c68764b34d692.tar.gz dotfiles-f74ab5cd00e8bf918b73c100325c68764b34d692.tar.bz2 dotfiles-f74ab5cd00e8bf918b73c100325c68764b34d692.zip |
-prop from snippet-mode snippets
-rw-r--r-- | doom.d/snippets/snippet-mode/prop/*prop* | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/doom.d/snippets/snippet-mode/prop/*prop* b/doom.d/snippets/snippet-mode/prop/*prop* deleted file mode 100644 index 9b7af0f..0000000 --- a/doom.d/snippets/snippet-mode/prop/*prop* +++ /dev/null @@ -1,33 +0,0 @@ -#contributor : Alejandro Espinoza Esparza <aespinoza@structum.com.mx> -#name : property ... ... { ... } -# key: cpro#contributor : Alejandro Espinoza Esparza <aespinoza@structum.com.mx> -#name : property ... ... { ... } -# key: cprop -# -- -/// <summary> -/// $5 -/// </summary> -/// <value>$6</value> -$1 $2 $3 -{ - get { - return this.$4; - } - set { - this.$4 = value; - } -}p -# -- -/// <summary> -/// $5 -/// </summary> -/// <value>$6</value> -$1 $2 $3 -{ - get { - return this.$4; - } - set { - this.$4 = value; - } -}
\ No newline at end of file |