Skip to content

Commit

Permalink
v0.0.318
Browse files Browse the repository at this point in the history
  • Loading branch information
ekapituro committed Jan 26, 2024
1 parent 22034c0 commit f34d9a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snippets/csharp.json
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@
"prefix": "yParaProp"
},
"propBirthDate": {
"body": "public DateTime$1 BirthDate { get; ${2|set;,private set;|} }$0",
"body": "public DateTime$1 ${2:BirthDate} { get; ${3|set;,private set;|} }$0",
"description": "Inserts a BirthDate property ",
"prefix": "yPropBirthDate"
},
Expand Down Expand Up @@ -752,7 +752,7 @@
"prefix": "yPropEmail"
},
"propEndDate": {
"body": "public DateTime$2 ${1:EndDate }{ get; ${3|set;,private set;|} }$0",
"body": "public DateTime$2 ${1:EndDate} { get; ${3|set;,private set;|} }$0",
"description": "Inserts a DateTime EndDate property ",
"prefix": "yPropEndDate"
},
Expand Down

0 comments on commit f34d9a2

Please sign in to comment.