property | value |
---|---|
IDE | Visual Studio |
Language | C# |
Title | interface read-only property |
Shortcut | _rp |
Description | interface read-only property declaration |
Snippet Types | Expansion |
Placeholders
Identifier | Tooltip | Default Value | Editable | Function | Type Name |
---|---|---|---|---|---|
_type | Property type | T | yes | ||
name | Property name | PropertyName | yes |
Code
T PropertyName { get; }