C# Class Patchwork.ToggleMethodAttributes

Inheritance: PatchingAttribute
Show file Open project: GregRos/Patchwork

Public Methods

Method Description
ToggleMethodAttributes ( MethodAttributes attributes ) : System

Constructs a new instance of the attribute.

Method Details

ToggleMethodAttributes() public method

Constructs a new instance of the attribute.
public ToggleMethodAttributes ( MethodAttributes attributes ) : System
attributes MethodAttributes The attributes to toggle. Default to 0 (no attributes).
return System