System.Media.SystemSounds.SystemSound C# (CSharp) Method

SystemSound() private method

private SystemSound ( )
            get => s_asterisk ?? (s_asterisk = new SystemSound(Interop.User32.MB_ICONASTERISK));
        }
SystemSounds