public static string[] GetInheritedInterfaceTypes(this AttributeData attributeData) { return(attributeData.GetNamedArgumentValueArray(nameof(ImplementInterfaceAttribute .InheritedInterfaceTypes))); }