Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 95393
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T23:39:04+00:00 2026-05-10T23:39:04+00:00

So, I have a few extension methods, for commonly used stuff, and in documenting

  • 0

So, I have a few extension methods, for commonly used stuff, and in documenting them, it’s occurred to me that I have no idea how to consistently write the summary tag in the XML comments. For example:

    /// <summary>     ///     Gets a subset of characters from the left-hand side of a string.     /// </summary>     public static string Left(this string value, int length) 

vs.

    /// <summary>     ///     Gets the name of the month for this date.     /// </summary>     public static string MonthName(this DateTime value) 

So, the problem seems to be that I don’t know how to consistently refer to that pesky this parameter. Further, I don’t know how to clearly indicate that this is an extension method (since I’m not certain that Sandcastle and other tools have caught up to them yet and can automatically annotate the documentation to show it); I’d hate to have to rip all that manual documentation out later.

So the question is, what guidance is there for documenting extension methods? If there is no formal guidance, how do you all handle it? If we haven’t, can we vote on something so I have something to go on? As an obsessive compulsive control freak, this inconsistency is driving me mad.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T23:39:05+00:00Added an answer on May 10, 2026 at 11:39 pm

    .NET languages that don’t support extension methods will require users call the method directly and pass in the object that would have been extended. Therefore it is important to document this parameter and describe exactly why it is needed and how the method will act upon it.

    This can be a little hard to think about from the extension method side, but if you envision the method from the other side, where people are calling a static method, its easier.

    One other thing… Sometimes you might find yourself (like the HtmlHelper in MVC) where you are extending an object out of convention rather than necessity. This means it doesn’t matter if the object that is being extended is null or not because the method does not act upon it. While the convention (I believe) is to throw when the this object is null, I prefer to let the method complete normally and document this fact in the help (i.e., ‘… This can be null’ or ‘… null is a valid value for this argument.’)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Related Questions

Loading...

Sidebar

Ask A Question

Stats

  • Questions 54k
  • Answers 54k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer There was an old outdated URL to the repository trunk.… May 11, 2026 at 7:29 am
  • added an answer Check your CSS and/or javascript. It sounds like there is… May 11, 2026 at 7:29 am
  • added an answer Don't forget how negative numbers are expressed in binary, and… May 11, 2026 at 7:29 am

Top Members

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.