property | value |
---|---|
IDE | Visual Studio |
Language | C# |
Title | internal method |
Shortcut | im |
Description | internal method declaration |
Snippet Types | Expansion |
Placeholders
Identifier | Tooltip | Default Value | Editable | Function | Type Name |
---|---|---|---|---|---|
_parameters | List of parameters | T parameter | yes | ||
_type | Return type | T | yes | ||
name | Method name | MethodName | yes |
Code
internal T MethodName(T parameter) {
}