Extension methods on crack.
Go to file
Oliver Booth 373313f07e
Change IE<byte>.Chunkify to IE<T>.Split
Thereby adding support for any IEnumerable<T>, and naming
convention is consistent with .NET and removes warnings of a
non-existent word
2020-04-18 14:31:29 +01:00
X10D Change IE<byte>.Chunkify to IE<T>.Split 2020-04-18 14:31:29 +01:00
X10D.Drawing 🔨 Fix SA1124 violation 2020-04-17 17:58:29 +01:00
X10D.Unity 🔨 Fix SA1124 violation 2020-04-17 17:58:29 +01:00
X10D.WinForms 🔨 Fix SA1124 violation 2020-04-17 17:58:29 +01:00
.editorconfig 🔨 Fix SA1124 violation 2020-04-17 17:58:29 +01:00
.gitignore 🎉 Initial commit 2019-07-07 12:23:48 +01:00
LICENSE.md Add package info 2019-12-17 12:06:33 +00:00
README.md 📚 Update README and add children README files 2019-11-19 15:25:12 +00:00
X10D.ruleset 🔨 Fix SA1124 violation 2020-04-17 17:58:29 +01:00
X10D.sln ⬆ <LangVersion> use 8.0 2019-12-17 11:55:59 +00:00
icon.png 🎨 Add package icon 2019-12-17 13:06:23 +00:00

README.md

X10D

Extension methods on crack

About

X10D (pronounced extend), is a collection of class libraries that provide various .NET extension methods, including extension methods for Unity, Windows Forms and System.Drawing.

Extended Classes

You can find the list of classes that have extension methods by viewing the README.md file in any of the respective library folders.