Click or drag to resize
TypeExtensions Class
Extension methods for the Type class.
Inheritance Hierarchy
SystemObject
  CMS.DataEngine.InternalTypeExtensions

Namespace: CMS.DataEngine.Internal
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
public static class TypeExtensions

The TypeExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberFindTypeByGenericDefinition
Walks type hierarchy of a type towards base classes and looks for genericTypeDefinition. Returns the type from type's class hierarchy whose generic type definition matches genericTypeDefinition.
Top
See Also