using System.Collections.Generic; namespace RGB.NET.Core { /// /// /// Represents a special part of a . /// public interface IRGBDeviceSpecialPart : IEnumerable { } }