C# Class Patchwork.MemberActionAttribute

This kind of attribute denotes the action to perform regarding this member. There should be only one such attribute on an element.
Inheritance: PatchingAttribute
显示文件 Open project: GregRos/Patchwork Class Usage Examples

Protected Methods

Method Description
MemberActionAttribute ( ModificationScope scope )

Constructs a new instance of the attribute.

Method Details

MemberActionAttribute() protected method

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