© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•2y ago•
26 replies
Nick

Static Classes without Implementation

What do static classes without implementation mean? Like this:
    public static class Host
    {
        public static HostApplicationBuilder CreateApplicationBuilder();
        ...
    }
    public static class Host
    {
        public static HostApplicationBuilder CreateApplicationBuilder();
        ...
    }

Does the runtime contain implementations and resolve them dynamically at runtime? Where/How can I read the code for these functions then?
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Static vs Non-Static classes [Answered]
C#CC# / help
4y ago
✅ ternary select between static classes
C#CC# / help
2y ago
Do static classes leak memory?
C#CC# / help
3y ago