![]() |
ProtonNet Server 1.0
An Open Solution for all your socket or web api needs.
|
To install XmobiTea.Linq
, you can use the NuGet Package Manager: Install-Package XmobiTea.Linq
Or use the .NET CLI: dotnet add package XmobiTea.Linq
using XmobiTea.Linq; using System.Collections.Generic; using System.Linq;
var numbers = new List<int> { 1, 2, 3, 4, 5 };
// Use the extension method to filter even numbers var evenNumbers = numbers.FilterEven();
foreach (var number in evenNumbers) { Console.WriteLine(number); // Output: 2, 4 }
The XmobiTea.Linq
library can be extended by adding custom extension methods for various data types.
If you wish to contribute to this project, please open a pull request on GitHub. All contributions are welcome!
XmobiTea.Linq
is released under the MIT License. See the LICENSE file for more details.
Thanks to the .NET development community for providing the tools and resources to build this library.