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

https://github.com/is4code/icustomtypeprovider


https://github.com/is4code/icustomtypeprovider

Last synced: 7 months ago
JSON representation

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.