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