https://github.com/is4code/icustomtypeprovider
https://github.com/is4code/icustomtypeprovider
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/is4code/icustomtypeprovider
- Owner: IS4Code
- License: mit
- Created: 2024-02-05T18:38:51.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-05T20:42:18.000Z (almost 2 years ago)
- Last Synced: 2025-06-12T13:46:53.038Z (8 months ago)
- Language: C#
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ICustomTypeProvider
==========
This package adds the [`System.Reflection.ICustomTypeProvider` interface](https://learn.microsoft.com/dotnet/api/system.reflection.icustomtypeprovider) for use in .NET Standard and other platforms that do not support it.
On platforms where it is supported natively, it just forwards it to the original implementation.