property | value |
---|---|
IDE | Visual Studio |
Language | C# |
Title | internal static read-only auto property |
Shortcut | isrp |
Description | internal static read-only auto-implemented 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
internal static T PropertyName { get; }