© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•3y ago•
12 replies
Developful

❔ Getting documentation from another class and putting it in another one

Title is probably very confusing, but I'm asking if theres a way to do this

/// <summary>
/// This is Class A;
/// </summary>
class A { }

/// grab Class A's documentation
class B { }
/// <summary>
/// This is Class A;
/// </summary>
class A { }

/// grab Class A's documentation
class B { }

so basically if i hover over B, it'll show me A's documentation
i also don't wanna copy paste in case I make changes to A's documentation
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

❔ Getting a value from an class in a list that is an attribute from another class
C#CC# / help
3y ago
❔ Accessing variable from another class
C#CC# / help
3y ago
Can't access method from one class in another even though it's set to public
C#CC# / help
15mo ago
✅ Access array in another class
C#CC# / help
4y ago