/
EvilBeaver
/
OneScript
Обзор
Документация
Войти
/
EvilBeaver
/
OneScript
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
v2.0.0
src/OneScript.StandardLibrary/Zip/FileNamesEncodingInZipFile.cs
24 строки
787 B
EvilBeaver
Упрощение инфраструктуры перечислений
16 май 2022, 21:30
16 май 2022, 21:30
6c05f21
Код
Авторство
О чём код?
/*---------------------------------------------------------- This Source Code Form is subject to the terms of the Mozilla Public License, v.2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. ----------------------------------------------------------*/ using OneScript.Contexts.Enums; namespace OneScript.StandardLibrary.Zip { [EnumerationType("КодировкаИменФайловВZipФайле","FileNamesEncodingInZipFile")] public enum FileNamesEncodingInZipFile { [EnumValue("Авто")] Auto, [EnumValue("UTF8")] Utf8, [EnumValue("КодировкаОСДополнительноUTF8","OSEncodingWithUTF8")] OsEncodingWithUtf8 } }