Skip to content

Instantly share code, notes, and snippets.

View aseemgautam's full-sized avatar
👋
Hi!

Aseem Gautam aseemgautam

👋
Hi!
View GitHub Profile
/// <summary>
/// Utilties for reflection
/// </summary>
public static class ReflectionUtils
{
/// <summary>
/// Get all the fields of a class
/// </summary>
/// <param name="type">Type object of that class</param>
/// <returns></returns>