minus-squarertxn@lemmy.worldtoProgrammer Humor@programming.dev•fuck_around/find_outlinkfedilinkarrow-up9·edit-22 days agoIt’s a method definition. C#'s standard formatting puts the left bracket brace of the method body on a new line. It’s equivalent to: private bool IsSus(){ ... } linkfedilink
It’s a method definition. C#'s standard formatting puts the left
bracketbrace of the method body on a new line. It’s equivalent to:private bool IsSus(){ ... }