property | value |
---|---|
IDE | Visual Studio |
Language | C# |
Title | private read-only struct |
Shortcut | prst |
Description | private read-only struct declaration |
Snippet Types | Expansion |
Placeholders
Identifier | Tooltip | Default Value | Editable | Function | Type Name |
---|---|---|---|---|---|
name | Structure name | StructName | yes |
Code
private readonly struct StructName {
}