File: Commands\Test\MTP\Terminal\IColor.cs | Web Access |
Project: ..\..\..\src\Cli\dotnet\dotnet.csproj (dotnet) |
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace Microsoft.DotNet.Cli.Commands.Test.Terminal; /// <summary> /// Represents a color. /// </summary> public interface IColor; |