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

  • SEARCH
  • Home
  • 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

Sidebar

Ask A Question

Stats

  • Questions 62k
  • Answers 62k
  • 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 Ideally your two sites are subdomains of a common domain… May 11, 2026 at 10:03 am
  • added an answer There's a good explanation in the Java Generics FAQ. From… May 11, 2026 at 10:03 am
  • added an answer Maybe you are looking for something like this: ^'.'\|'.'(,'.'\|'.')*$ This… May 11, 2026 at 10:03 am

Related Questions

So, I have a few extension methods, for commonly used stuff, and in documenting
I have seen a few mentions of this idiom (including on SO ): //
So I have run up against this problem a few times: I have some
So, I have a nice domain model built. Repositories handle the data access and
So, I have a WindowsFormsHost control in my WPF app (hosting a Dundas Chart)
So, I have a DataGridView using as datasource a BindingList DataGridView.DataSource = new BindingList<Car>{...}
So, I have a json file and I want to get the names of
So, I have a method that performs a parametrised LIKE query. The method takes
So, I have a decimalfield that can be 3 different values. In my view,
So. I have a problem where I have two versions of GCC on a

Trending Tags

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

Top Members

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.