property | value |
---|---|
IDE | VS Code |
Language | C# |
Title | internal static method |
Shortcut | ism |
Description | internal static method declaration |
Placeholders
Identifier | Tooltip | Default Value |
---|---|---|
_parameters | List of parameters | T parameter |
_type | Return type | void |
name | Method name | MethodName |
Code
internal static void MethodName(T parameter) {
}