/
githubmirror
/
roslyn
Обзор
Документация
Войти
/
githubmirror
/
roslyn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/EditorFeatures/VisualBasicTest/Recommendations/RecommenderTests.vb
13 строк
464 B
Tomáš Matoušek
Refactoring (#56052)
02 сен 2021, 19:27
Не верифицирован
02 сен 2021, 19:27
bdf1025
Код
Авторство
О чём код?
' 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.Editor.VisualBasic.UnitTests.Recommendations ''' <summary> ''' Base class for all recommender tests. ''' </summary> <UseExportProvider> Public MustInherit Class RecommenderTests End Class End Namespace