C# Класс Patchwork.MemberActionAttribute

This kind of attribute denotes the action to perform regarding this member. There should be only one such attribute on an element.
Наследование: PatchingAttribute
Показать файл Открыть проект Примеры использования класса

Защищенные методы

Метод Описание
MemberActionAttribute ( ModificationScope scope )

Constructs a new instance of the attribute.

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

MemberActionAttribute() защищенный Метод

Constructs a new instance of the attribute.
protected MemberActionAttribute ( ModificationScope scope )
scope ModificationScope The scope of the modification applied by this attribute.