property | value |
---|---|
IDE | Visual Studio |
Language | VB |
Title | Private method |
Shortcut | pm |
Description | Private method declaration |
Snippet Types | Expansion |
Placeholders
Identifier | Tooltip | Default Value | Editable | Function | Type Name |
---|---|---|---|---|---|
_parameters | List of parameters | parameter As T | yes | ||
_type | Return type | T | yes | ||
name | Method name | MethodName | yes |
Code
Private Function MethodName(parameter As T) As T
End Function