-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactored CK.Reflection: no more oject/type extension methods.
Renamed ObjectAndTypeExtension to DelegateHelper that now supports CreateSetter methods.
- Loading branch information
1 parent
8d6df7f
commit 8441e0e
Showing
8 changed files
with
493 additions
and
760 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
864 changes: 454 additions & 410 deletions
864
CK.Reflection/ObjectAndTypeExtension.cs → CK.Reflection/DelegateHelper.cs
Large diffs are not rendered by default.
Oops, something went wrong.
253 changes: 0 additions & 253 deletions
253
CK.Reflection/LegacySupport/CustomAttributeExtensions.cs
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.