Click or drag to resize

TypeExtensions Class

Contains extension methods for the Type class.
Inheritance Hierarchy
SystemObject
  Ookii.JumboTypeExtensions

Namespace: Ookii.Jumbo
Assembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public static class TypeExtensions

The TypeExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodFindGenericBaseType Finds a specific generic base type, based on the generic type definition of the base type.
Public Extension MethodFindGenericInterfaceType(Type, Type) Finds a specific generic interface implemented by a type based on the generic type definition of the interface.
Public Extension MethodFindGenericInterfaceType(Type, Type, Boolean) Finds a specific generic interface implemented by a type based on the generic type definition of the interface.
Top
See Also