X10D/X10D
Oliver Booth 5ec4e06d9d (#15) Improve xmldoc bool returns
Changed ",or false otherwise" to "; otherwise, false."
2022-02-14 12:07:30 +00:00
..
src (#15) Improve xmldoc bool returns 2022-02-14 12:07:30 +00:00
README.md 📚 Fix README table formatting 2019-12-17 18:37:24 +00:00
Resource.Designer.cs 🖼 Move string literals to project resource file 2020-04-19 14:14:29 +01:00
Resource.resx 🖼 Move string literals to project resource file 2020-04-19 14:14:29 +01:00
X10D.csproj Enable implicit usings 2022-02-14 12:00:37 +00:00
X10D.csproj.DotSettings (#41) Ignore directories as namespace providers 2021-07-20 14:01:33 +01:00

README.md

X10D

About

The X10D library contains extension methods for standard .NET library types.

Extended Classes

Below is a list of the number of extension methods written for a given type. Overloaded methods are not counted.

Type Library Method count
bool X10D 1
byte / byte[] X10D 8
char X10D 1
IComparable X10D 1
IConvertible X10D 4
DateTime X10D 11
EndPoint X10D 2
double X10D 7
enum X10D 2
float X10D 7
short / ushort X10D 11
int / uint X10D 25
long / ulong X10D 13
IList<T> X10D 2
Random X10D 2
string / SecureString X10D 8
Dictionary<T1, T2> X10D 2