C# Class Patchwork.ModifiesTypeAttribute

Inheritance: TypeActionAttribute
Show file Open project: GregRos/Patchwork

Public Methods

Method Description
ModifiesTypeAttribute ( string fullTypeName = "base" ) : System

Initializes a new instance of the ModifiesTypeAttribute class.

Method Details

ModifiesTypeAttribute() public method

Initializes a new instance of the ModifiesTypeAttribute class.
public ModifiesTypeAttribute ( string fullTypeName = "base" ) : System
fullTypeName string /// Optionally, the full name of the type to be modified. "base" means the base type is used instead. null means a type /// with the same full name (in the target assembly) is modified. /// For nested classes, use the syntax Namespace.Container/Nested/... ///
return System