C# Класс Patchwork.DisablePatchingByNameAttribute

Наследование: System.Attribute
Показать файл Открыть проект

Открытые методы

Метод Описание
DisablePatchingByNameAttribute ( string regex, PatchingTarget target = PatchingTarget.Member ) : System

Описание методов

DisablePatchingByNameAttribute() публичный Метод

public DisablePatchingByNameAttribute ( string regex, PatchingTarget target = PatchingTarget.Member ) : System
regex string A regular expression to match the name of the element to ignore.
target PatchingTarget Restricts the attribute to affect only elements of any of these types.
Результат System