namespace NvAPIWrapper.Native.Interfaces.GPU { /// /// Interface for all EDID structures /// public interface IEDID { /// /// Gets whole or a part of the EDID data /// byte[] Data { get; } } }