property | value |
---|---|
IDE | Visual Studio |
Language | C# |
Title | / operator overloading |
Shortcut | oo |
Description | / operator overloading |
Snippet Types | Expansion |
Placeholders
Identifier | Tooltip | Default Value | Editable | Function | Type Name |
---|---|---|---|---|---|
left | Left operand | left | yes | ||
right | Right operand | right | yes | ||
thisName | Containing type name | ThisName | no | ClassName() |
Code
public static ThisName operator /(ThisName left, ThisName right) {
}