using System.Runtime.InteropServices; namespace Interop.Lmx; [ComImport] [Guid("FB91DD91-83C2-413C-BEB0-95338B522B14")] [CoClass(typeof(DictionaryClass))] public interface Dictionary : IDictionary { }