An open API service indexing awesome lists of open source software.

https://github.com/sharpyr/ject

extension for functions
https://github.com/sharpyr/ject

reflect reflection

Last synced: 11 months ago
JSON representation

extension for functions

Awesome Lists containing this project

README

          

![Banner](./media/ject-banner.svg)

[//]: # (![Banner](https://raw.githubusercontent.com/sharpyr/Ject/refs/heads/master/media/ject-banner.svg))

Function extensions

[![Version](https://img.shields.io/nuget/vpre/Ject.Reflect.svg)](https://www.nuget.org/packages/Ject.Reflect)
[![Downloads](https://img.shields.io/nuget/dt/Ject.Reflect.svg)](https://www.nuget.org/packages/Ject.Reflect)
[![Dependent Libraries](https://img.shields.io/librariesio/dependents/nuget/Ject.Reflect.svg?label=dependent%20libraries)](https://libraries.io/nuget/Ject)
[![Language](https://img.shields.io/badge/language-C%23-blueviolet.svg)](https://dotnet.microsoft.com/learn/csharp)
[![Compatibility](https://img.shields.io/badge/compatibility-.NET%20Standard%202.0-blue.svg)]()
[![License](https://img.shields.io/github/license/sharpyr/Ject.svg)](https://github.com/sharpyr/Ject/LICENSE)

## Features

- Function extensions

## Content

| Package | Content |
|--------------|------------------------|
| `Ject.Cards` | Extensions for Reflect |

## Install

Ject targets .NET Standard 2.0, suitable for .NET and .NET Framework.

Install [Ject package](https://www.nuget.org/packages/Ject) and its dependencies.

NuGet Package Manager:

```powershell
Install-Package Ject.Reflect
```

.NET CLI:

```shell
dotnet add package Ject.Reflect
```

All versions can be found [on nuget](https://www.nuget.org/packages/Ject.Reflect#versions-body-tab).

## Usage

### Reflection

```csharp
using Ject.Reflect;

```

# Examples
---------------------
Ject has a test suite in the [test project](https://github.com/sharpyr/Ject/tree/master/Ject.Test/Src).

## Feedback

Ject is licensed under the [MIT](https://github.com/sharpyr/Ject/LICENSE) license.

Bug report and contribution are welcome at [the GitHub repository](https://github.com/sharpyr/Ject).