Function extensions
- Function extensions
Package | Content |
---|---|
Ject.Cards |
Extensions for Reflect |
Ject targets .NET Standard 2.0, suitable for .NET and .NET Framework.
Install Ject package and its dependencies.
NuGet Package Manager:
Install-Package Ject.Reflect
.NET CLI:
dotnet add package Ject.Reflect
All versions can be found on nuget.
using Ject.Reflect;
Ject has a test suite in the test project.
Ject is licensed under the MIT license.
Bug report and contribution are welcome at the GitHub repository.