using System; namespace Decal.Adapter.Wrappers; [CLSCompliant(true)] public enum AddRemoveEventType { Add, Delete }