Click or drag to resize

TypeExtensionsInheritsFrom Method

Overload List
  NameDescription
Public methodStatic memberCode exampleInheritsFromT(Type)

Determines if the specified type inherits from the target type.

Read our blog on this topic: Effective Extensions – Extending Types in C#

Public methodStatic memberCode exampleInheritsFrom(Type, Type)

Determines if the specified type inherits from the target type.

Read our blog on this topic: Effective Extensions – Extending Types in C#

Top
See Also