property | value |
---|---|
IDE | Visual Studio |
Language | C# |
Title | public constructor |
Shortcut | cr |
Description | public constructor declaration |
Snippet Types | Expansion |
Placeholders
Identifier | Tooltip | Default Value | Editable | Function | Type Name |
---|---|---|---|---|---|
_parameters | List of parameters | T parameter | yes | ||
thisName | Containing type name | ThisName | no | ClassName() |
Code
public ThisName(T parameter) {
}