File: WriterType.cs | Web Access |
Project: src\src\Microsoft.DotNet.GenAPI\Microsoft.DotNet.GenAPI.csproj (Microsoft.DotNet.GenAPI) |
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace Microsoft.DotNet.GenAPI { public enum WriterType { CSDecl, DocIds, TypeForwards, TypeList, } } |