Skip to content

purkayasta/Dumpper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dumpper - Just Print It ✂

Able to print with colors in your terminal 🎉 NUGET

Nuget Download released

Usage

Use the dump keyword to your data type

Model model = new Model();
model.Dump();// ==> Dump();

Example:1

demo1

demo1_run

Example:2

demo2

demo2_run

Not Yet:

  • Record Support