/
githubmirror
/
PowerShell
Обзор
Документация
Войти
/
githubmirror
/
PowerShell
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/System.Management.Automation/FormatAndOutput/common/DisplayDatabase/displayDescriptionData_Misc.cs
16 строк
517 B
Steve Lee
Update copyright notice to latest guidance (#12190)
24 мар 2020, 21:08
Не верифицирован
24 мар 2020, 21:08
b7cb335
Код
Авторство
О чём код?
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. // this file contains the data structures for the in memory database // containing display and formatting information namespace Microsoft.PowerShell.Commands.Internal.Format { /// <summary> /// In line definition of a format string control. /// </summary> internal sealed class FieldControlBody : ControlBody { internal FieldFormattingDirective fieldFormattingDirective = new FieldFormattingDirective(); } }