Spotify.NET/.vscode/csharp.code-snippets
2020-05-07 13:48:31 +02:00

19 lines
329 B
Plaintext

{
"model": {
"scope": "csharp",
"prefix": "model",
"body": [
"namespace SpotifyAPI.Web",
"{",
" public class $1",
" {",
" public ${2:string} ${3:Name} { get; private set; }",
"",
" $4",
" }",
"}"
],
"description": "Creates a new model"
}
}