/
githubmirror
/
roslyn
Обзор
Документация
Войти
/
githubmirror
/
roslyn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/Analyzers/Core/CodeFixes/GenerateParameterizedMember/MethodGenerationKind.cs
12 строк
383 B
Cyrus Najmabadi
Move more down
26 июл 2024, 04:20
26 июл 2024, 04:20
f59033e
Код
Авторство
О чём код?
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. namespace Microsoft.CodeAnalysis.GenerateMember.GenerateParameterizedMember; internal enum MethodGenerationKind { Member, ImplicitConversion, ExplicitConversion }