/
githubmirror
/
PowerShell
Обзор
Документация
Войти
/
githubmirror
/
PowerShell
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/System.Management.Automation/engine/ComInterop/ComEventDesc.cs
13 строк
309 B
xtqqczze
Enable SA1106: Code should not contain empty statements (#13964)
21 ноя 2020, 17:26
Не верифицирован
21 ноя 2020, 17:26
cba73e7
Код
Авторство
О чём код?
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; namespace System.Management.Automation.ComInterop { internal class ComEventDesc { public Guid SourceIID; public int Dispid; } }