Quarks.TypeExtensions.InheritsOrImplements 1.0.0

dotnet add package Quarks.TypeExtensions.InheritsOrImplements --version 1.0.0
                    
NuGet\Install-Package Quarks.TypeExtensions.InheritsOrImplements -Version 1.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Quarks.TypeExtensions.InheritsOrImplements" Version="1.0.0">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Quarks.TypeExtensions.InheritsOrImplements" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Quarks.TypeExtensions.InheritsOrImplements">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Quarks.TypeExtensions.InheritsOrImplements --version 1.0.0
                    
#r "nuget: Quarks.TypeExtensions.InheritsOrImplements, 1.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Quarks.TypeExtensions.InheritsOrImplements&version=1.0.0
                    
Install Quarks.TypeExtensions.InheritsOrImplements as a Cake Addin
#tool nuget:?package=Quarks.TypeExtensions.InheritsOrImplements&version=1.0.0
                    
Install Quarks.TypeExtensions.InheritsOrImplements as a Cake Tool

A Type extension which returns true if the type either derives from the given type (if the given type is a class or struct),
or implements the given interface, whether it be directly or indirectly through its inheritance hierarchy.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 121 3/17/2015