C# Class Patchwork.ToggleFieldAttributes

Inheritance: PatchingAttribute
Show file Open project: GregRos/Patchwork

Public Methods

Method Description
ToggleFieldAttributes ( FieldAttributes attributes ) : System

Constructs a new instance.

Method Details

ToggleFieldAttributes() public method

Constructs a new instance.
public ToggleFieldAttributes ( FieldAttributes attributes ) : System
attributes FieldAttributes The attributes to toggle. Defaults to 0 (no attributes).
return System