property | value |
---|---|
IDE | VS Code |
Language | C# |
Title | private static read-only field |
Shortcut | psrf |
Description | private static read-only field declaration |
Placeholders
Identifier | Tooltip | Default Value |
---|---|---|
_type | Field type | T |
name | Field name | FieldName |
Code
private static readonly T FieldName;