property | value |
---|---|
IDE | Visual Studio |
Language | C# |
Title | List<T> variable |
Shortcut | vn |
Description | List<T> variable declaration |
Snippet Types | Expansion |
Namespaces | System.Collections.Generic |
Placeholders
Identifier | Tooltip | Default Value | Editable | Function | Type Name |
---|---|---|---|---|---|
_identifier | Identifier name | items | yes | ||
typeParameter | T | yes |
Code
var items = new List<T>();