FastEnum

(โ˜… 514)

The world fastest enum utilities for C#/.NET

  • .gitattributes
  • .gitignore
  • LICENSE
  • README.md

# Installation Guide

1. Get the code
git clone https://github.com/xin9le/FastEnum

Downloads the entire project code from GitHub to your computer.

cd FastEnum

Moves into the project folder you just downloaded.

2. .NET

Medium Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • .NET SDK The SDK required for the dotnet command.
Sometimes you want name / value pair of enum. `Member<TEnum>` can be used under such cases. Of course supports [deconstruction](https://docs.microsoft.com/en-us/dotnet/csharp/deconstruct) feature. `FieldInfo` is also included, so please use it for reflection code.

Type this command into your terminal and run it.

โœ… After dotnet run, check the message or address shown in the terminal.

Pulled directly from this repo's README.

// repository documentation