File: src\Generators\Microsoft.Gen.Metrics\Model\StrongTypeMetricObjectType.cs
Web Access
Project: src\src\Generators\Microsoft.Gen.MetricsReports\Microsoft.Gen.MetricsReports.csproj (Microsoft.Gen.MetricsReports)
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
 
namespace Microsoft.Gen.Metrics.Model;
 
internal enum StrongTypeMetricObjectType
{
    String = 0,
    Enum = 1,
    Class = 2,
    Struct = 3
}