/
githubmirror
/
roslyn
Обзор
Документация
Войти
/
githubmirror
/
roslyn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/VisualStudio/Core/Test/ChangeSignature/AddParameterViewModelTestState.vb
15 строк
620 B
David Poeschl
AddParameterViewModelTests and minor ViewModel tweaks
12 апр 2020, 20:38
12 апр 2020, 20:38
3b38c12
Код
Авторство
О чём код?
' 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. Imports Microsoft.VisualStudio.LanguageServices.Implementation.ChangeSignature Namespace Microsoft.VisualStudio.LanguageServices.UnitTests.ChangeSignature Friend Class AddParameterViewModelTestState Public ReadOnly ViewModel As AddParameterDialogViewModel Public Sub New(viewModel As AddParameterDialogViewModel) Me.ViewModel = viewModel End Sub End Class End Namespace