© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•3y ago•
13 replies
Bilal

✅ Will this work

var commandStrings = availableCommands.Select((command, index) =>
                    new
                    {
                        response = $"[(Color::Pink){{0}}(Color::White)] {{1}}",command.Name, command.Description
                    });
var commandStrings = availableCommands.Select((command, index) =>
                    new
                    {
                        response = $"[(Color::Pink){{0}}(Color::White)] {{1}}",command.Name, command.Description
                    });
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

Will this service will be disposed using DependencyInjection?
C#CC# / help
4y ago
❔ Setting work area does not work on windows 10, workarounds?
C#CC# / help
3y ago
✅ Will xcode 16.0 work with NET 10
C#CC# / help
8mo ago