C# Class Patchwork.ModifiesAccessibilityAttribute

Inheritance: ModifiesMemberAttribute
Datei anzeigen Open project: GregRos/Patchwork

Public Methods

Method Description
ModifiesAccessibilityAttribute ( string memberName = null ) : System

Constructs a new instance of the attribute.

Method Details

ModifiesAccessibilityAttribute() public method

Constructs a new instance of the attribute.
public ModifiesAccessibilityAttribute ( string memberName = null ) : System
memberName string Optionally, the name of the member to be modified. If not specified, the name of the current member is used.
return System