typeof(object[]).Implements(typeof(IEnumerable)) --> true
public static bool Implements( this Type type, Type moreGeneralType )
<ExtensionAttribute> _ Public Shared Function Implements ( _ type As Type, _ moreGeneralType As Type _ ) As Boolean
[ExtensionAttribute] public: static bool^ Implements( Type^ type, Type^ moreGeneralType )