🎨 Fix table markdown in README.md

This commit is contained in:
Oliver Booth 2019-07-07 12:27:55 +01:00
parent 1a8e1c8eaf
commit 0c79885796
No known key found for this signature in database
GPG Key ID: 4B0992B2602C3778
1 changed files with 22 additions and 21 deletions

View File

@ -6,24 +6,25 @@ X10D (pronounced *extend*), is a collection of class libraries that provide vari
## Extended Classes ## Extended Classes
Below is a list of the number of extension methods written for a given type. Overloaded methods are not counted. Below is a list of the number of extension methods written for a given type. Overloaded methods are not counted.
|Type|Library|Method count|
|- |- |- | | Type | Library | Method count |
|`byte` / `byte[]`|`X10D`|8| | :--- | :--- | :--- |
|`char`|`X10D`|1| | `byte` / `byte[]` | `X10D` | 8 |
|`IComparable`|`X10D`|2| | `char` | `X10D` | 1 |
|`IConvertible`|`X10D`|4| | `IComparable` | `X10D` | 2 |
|`DateTime`|`X10D`|12| | `IConvertible` | `X10D` | 4 |
|`double`|`X10D`|5| | `DateTime` | `X10D` | 12 |
|`enum`|`X10D`|2| | `double` | `X10D` | 5 |
|`float`|`X10D`|5| | `enum` | `X10D` | 2 |
|`short` / `ushort`|`X10D`|15| | `float` | `X10D` | 5 |
|`int` / `uint`|`X10D`|15| | `short` / `ushort` | `X10D` | 15 |
|`long` / `ulong`|`X10D`|15| | `int` / `uint` | `X10D` | 15 |
|`IList<T>`|`X10D`|1| | `long` / `ulong` | `X10D` | 15 |
|`Random`|`X10D`|1| | `IList<T>` | `X10D` | 1 |
|`SecureString`|`X10D`|1| | `Random` | `X10D` | 1 |
|`string`|`X10D`|6| | `SecureString` | `X10D` | 1 |
|`TimeSpan`|`X10D`|1| | `string` | `X10D` | 6 |
|`System.Drawing.Image`|`X10D.Drawing`|2 (+ async)| | `TimeSpan` | `X10D` | 1 |
|`UnityEngine.Material`|`X10D.Unity`|1| | `System.Drawing.Image` | `X10D.Drawing` | 2 (+ async) |
|`System.Windows.Forms.Control`|`X10D.WinForms`|1| | `UnityEngine.Material` | `X10D.Unity` | 1 |
| `System.Windows.Forms.Control` | `X10D.WinForms` | 1 |