Table of Contents
A few extensions from Octokit
public static class AssignableExtensions
Inheritance System.Object AssignableExtensions
Determines whether the genericType is assignable from
givenType taking into account generic definitions
public static bool IsAssignableToGenericType(this System.Type givenType, System.Type genericType);
givenType System.Type
genericType System.Type