property | value |
---|---|
IDE | VS Code |
Language | C# |
Title | internal virtual auto property |
Shortcut | ivp |
Description | internal virtual auto-implemented property declaration |
Placeholders
Identifier | Tooltip | Default Value |
---|---|---|
_type | Property type | T |
name | Property name | PropertyName |
Code
internal virtual T PropertyName { get; set; }