Skip to content
This repository has been archived by the owner on Dec 24, 2021. It is now read-only.

Latest commit

 

History

History
31 lines (20 loc) · 1.43 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.43 KB
Proxier

Proxier

GitHub license Twitter NuGet

Introduction ℹ️

Have you ever had to create or modify a class at runtime? With this library you can create an entire new class using the newly added ClassBuilder, or add properties and attributes to an existing one!

Features

  • Deep Clone objects.
  • Add or modify properties and types at runtime.
  • ℹ️ Semantic extensions, easy to use.
  • 🌎 .NET Standard 2.0
  • ⚙️ Fluent engine

Code Samples ✏️

To get started it is pretty simple, just create a new ClassBuilder() and check out its methods, they are pretty self-explanatory. If you still have some questions open a issue and I will gladly reply!

License 📚

This project is licensed under the MIT License - see the LICENSE.md file for details

This documentation is incomplete and may change overtime.