1
0
mirror of https://github.com/oliverbooth/X10D synced 2024-11-10 03:45:41 +00:00

Remove child README

This commit is contained in:
Oliver Booth 2022-04-25 00:01:09 +01:00
parent 053f7a2e85
commit 60e367f8a8
No known key found for this signature in database
GPG Key ID: 32A00B35503AF634

View File

@ -1,27 +0,0 @@
# 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 |