Mtax
Mtax
CC#
Created by Mtax on 1/10/2024 in #help
Syntax: Using a delegate with simplified collection declaration
I appreciate it.
17 replies
CC#
Created by Mtax on 1/10/2024 in #help
Syntax: Using a delegate with simplified collection declaration
Regardless, thanks for confirming there is no other way.
17 replies
CC#
Created by Mtax on 1/10/2024 in #help
Syntax: Using a delegate with simplified collection declaration
Yeah, that is what I figured. Unfortunate, because I could have a visual hierarchy to the menu, otherwise it's mostly going to be named declarations, which get really messy to read with like 20 entries.
17 replies
CC#
Created by Mtax on 1/10/2024 in #help
Syntax: Using a delegate with simplified collection declaration
17 replies
CC#
Created by Mtax on 1/10/2024 in #help
Syntax: Using a delegate with simplified collection declaration
If I go with Click +=, I get Invalid initializer member declarator, if I use Click = it forces me to use += on left hand side.
17 replies
CC#
Created by Mtax on 1/10/2024 in #help
Syntax: Using a delegate with simplified collection declaration
The Menu I need to add the delegate in is null by default, so I need to create it.
17 replies
CC#
Created by Mtax on 1/10/2024 in #help
Syntax: Using a delegate with simplified collection declaration
a.Menu exists, everything else is new.
17 replies