Skip to content

prasadhonrao/CSharp.ExtensionMethods

Repository files navigation

Build Status Code Coverage

CSharp.ExtensionMethods

Extension methods enable you to "add" methods to existing types without creating a new derived type, recompiling, or otherwise modifying the original type. CSharp.ExtensionMethods is a set of such commonly used C# extension methods.

Quickstart

The latest release of the CSharp.ExtensionMethods is available on NuGet

Want to help?

Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our guidelines for contributing and then check out one of our issues.

About

Set of commonly used extension methods in C#

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages