https://github.com/emrd/csharp-reflections
https://github.com/emrd/csharp-reflections
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/emrd/csharp-reflections
- Owner: EmrD
- Created: 2025-01-26T15:29:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-26T15:50:35.000Z (over 1 year ago)
- Last Synced: 2025-02-02T17:58:57.123Z (over 1 year ago)
- Language: C#
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.