Sjmarf@sh.itjust.works to Programmer Humor@programming.dev · 4 months agofuck_around/find_outsh.itjust.worksexternal-linkmessage-square100fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1external-linkfuck_around/find_outsh.itjust.worksSjmarf@sh.itjust.works to Programmer Humor@programming.dev · 4 months agomessage-square100fedilink
minus-squarertxn@lemmy.worldlinkfedilinkarrow-up0·edit-24 months 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(){ ... }
minus-squareWhelks_chance@lemmy.worldlinkfedilinkarrow-up0·4 months agoAhhh, that makes way more sense. Thanks
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(){ ... }
Ahhh, that makes way more sense. Thanks