IsExternalInit icon indicating copy to clipboard operation
IsExternalInit copied to clipboard

A source code only package which allows you to use C# 9's init and record features in older target frameworks like .NET Standard 2.0 or the "old" .NET Framework by providing a polyfill for the IsExter...

Results 1 IsExternalInit issues
Sort by recently updated
recently updated
newest added

Instead of declaring `IsExternalInit` on modern frameworks to maintain binary compatibility, we type-forward it to the inbox class. This matches what other polyfill packages [like PolySharp](https://github.com/Sergio0694/PolySharp/issues/98#issuecomment-2183071987) do.