From 0c79885796d2a3eb5c2bce4685a661a2db6be5e3 Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Sun, 7 Jul 2019 12:27:55 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Fix=20table=20markdown=20in=20RE?= =?UTF-8?q?ADME.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 43 ++++++++++++++++++++++--------------------- 1 file changed, 22 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index a8412c5..9aacc46 100644 --- a/README.md +++ b/README.md @@ -6,24 +6,25 @@ X10D (pronounced *extend*), is a collection of class libraries that provide vari ## 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| -|- |- |- | -|`byte` / `byte[]`|`X10D`|8| -|`char`|`X10D`|1| -|`IComparable`|`X10D`|2| -|`IConvertible`|`X10D`|4| -|`DateTime`|`X10D`|12| -|`double`|`X10D`|5| -|`enum`|`X10D`|2| -|`float`|`X10D`|5| -|`short` / `ushort`|`X10D`|15| -|`int` / `uint`|`X10D`|15| -|`long` / `ulong`|`X10D`|15| -|`IList`|`X10D`|1| -|`Random`|`X10D`|1| -|`SecureString`|`X10D`|1| -|`string`|`X10D`|6| -|`TimeSpan`|`X10D`|1| -|`System.Drawing.Image`|`X10D.Drawing`|2 (+ async)| -|`UnityEngine.Material`|`X10D.Unity`|1| -|`System.Windows.Forms.Control`|`X10D.WinForms`|1| + +| Type | Library | Method count | +| :--- | :--- | :--- | +| `byte` / `byte[]` | `X10D` | 8 | +| `char` | `X10D` | 1 | +| `IComparable` | `X10D` | 2 | +| `IConvertible` | `X10D` | 4 | +| `DateTime` | `X10D` | 12 | +| `double` | `X10D` | 5 | +| `enum` | `X10D` | 2 | +| `float` | `X10D` | 5 | +| `short` / `ushort` | `X10D` | 15 | +| `int` / `uint` | `X10D` | 15 | +| `long` / `ulong` | `X10D` | 15 | +| `IList` | `X10D` | 1 | +| `Random` | `X10D` | 1 | +| `SecureString` | `X10D` | 1 | +| `string` | `X10D` | 6 | +| `TimeSpan` | `X10D` | 1 | +| `System.Drawing.Image` | `X10D.Drawing` | 2 (+ async) | +| `UnityEngine.Material` | `X10D.Unity` | 1 | +| `System.Windows.Forms.Control` | `X10D.WinForms` | 1 |