/
githubmirror
/
Files
Обзор
Документация
Войти
/
githubmirror
/
Files
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/Files.Shared/Attributes/RegistrySerializableAttribute.cs
12 строк
417 B
Yair
Code Quality: Updated license header
31 дек 2024, 05:03
31 дек 2024, 05:03
8436c6d
Код
Авторство
О чём код?
// Copyright (c) Files Community // Licensed under the MIT License. using System; namespace Files.Shared.Attributes; [AttributeUsage(AttributeTargets.Class, Inherited = false, AllowMultiple = true)] public sealed class RegistrySerializableAttribute : Attribute { } [AttributeUsage(AttributeTargets.Property, Inherited = false, AllowMultiple = true)] public sealed class RegistryIgnoreAttribute : Attribute { }