Skip to content

Commit

Permalink
Extension Methods: Add missing whitespace in General Guidelines section
Browse files Browse the repository at this point in the history
  • Loading branch information
scottaddie committed May 16, 2017
1 parent af9a3d6 commit 5f72ebd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ using System.Linq;

When using an extension method to extend a type whose source code you cannot change, you run the risk that a change in the implementation of the type will cause your extension method to break.

If you do implement extension methods for a given type, remember the followingpoints:
If you do implement extension methods for a given type, remember the following points:

- An extension method will never be called if it has the same signature as a method defined in the type.

Expand All @@ -111,4 +111,4 @@ using System.Linq;
[Conversion rules for Instance parameters and their impact](http://go.microsoft.com/fwlink/?LinkId=112385)
[Extension methods Interoperability between languages](http://go.microsoft.com/fwlink/?LinkId=112386)
[Extension methods and Curried Delegates](http://go.microsoft.com/fwlink/?LinkId=112387)
[Extension method Binding and Error reporting](http://go.microsoft.com/fwlink/?LinkId=112388)
[Extension method Binding and Error reporting](http://go.microsoft.com/fwlink/?LinkId=112388)

0 comments on commit 5f72ebd

Please sign in to comment.