C# Класс Patchwork.ToggleMethodAttributes

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

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

Метод Описание
ToggleMethodAttributes ( MethodAttributes attributes ) : System

Constructs a new instance of the attribute.

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

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

Constructs a new instance of the attribute.
public ToggleMethodAttributes ( MethodAttributes attributes ) : System
attributes MethodAttributes The attributes to toggle. Default to 0 (no attributes).
Результат System