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
- Host: GitHub
- URL: https://github.com/sharpyr/ject
- Owner: sharpyr
- Created: 2021-10-08T07:22:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-24T13:25:04.000Z (about 1 year ago)
- Last Synced: 2024-11-29T15:48:51.220Z (about 1 year ago)
- Topics: reflect, reflection
- Language: C#
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

[//]: # ()
Function extensions
[](https://www.nuget.org/packages/Ject.Reflect)
[](https://www.nuget.org/packages/Ject.Reflect)
[](https://libraries.io/nuget/Ject)
[](https://dotnet.microsoft.com/learn/csharp)
[]()
[](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).