/
githubmirror
/
roslyn
Обзор
Документация
Войти
/
githubmirror
/
roslyn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/VisualStudio/VisualBasic/Impl/LanguageService/VisualBasicCodePageEditorFactory.vb
17 строк
686 B
Todd Grunke
Small cleanup in the packages and editor factories (#77439)
05 мар 2025, 22:36
Не верифицирован
05 мар 2025, 22:36
ccbcec9
Код
Авторство
О чём код?
' 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 System.Runtime.InteropServices Imports Microsoft.VisualStudio.LanguageServices.Implementation Namespace Microsoft.VisualStudio.LanguageServices.VisualBasic <Guid(Guids.VisualBasicCodePageEditorFactoryIdString)> Friend NotInheritable Class VisualBasicCodePageEditorFactory Inherits AbstractCodePageEditorFactory Public Sub New(editorFactory As AbstractEditorFactory) MyBase.New(editorFactory) End Sub End Class End Namespace