using System.Runtime.InteropServices; namespace Deltares.Dam.Data { [ComVisible(true)] public interface IAssignable { void Assign(T t); } }