An open API service indexing awesome lists of open source software.

https://github.com/emrd/csharp-reflections


https://github.com/emrd/csharp-reflections

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# .NET Reflection Example

This is an example to show how we can use reflections with C#

## What Is Reflection?

Reflection is a clone of our class's properties, methods that can run on run-time. Also we can access them with GetProperties and related functions.