Skip to content

Instantly share code, notes, and snippets.

View DanielRose's full-sized avatar

Daniel Rose DanielRose

  • Evolutionizer GmbH
  • Aachen, Germany
View GitHub Profile
<?xml version="1.0" encoding="utf-16"?>
<Patterns xmlns="urn:schemas-jetbrains-com:member-reordering-patterns">
<TypePattern DisplayName="COM interfaces" Priority="2000">
<TypePattern.Match>
<And>
<Kind Is="Interface" />
<Or>
<HasAttribute Name="System.Runtime.InteropServices.InterfaceTypeAttribute" />
<HasAttribute Name="System.Runtime.InteropServices.ComImport" />
</Or>