C# Class Patchwork.ReplaceTypeAttribute

Inheritance: ModifiesTypeAttribute
Datei anzeigen Open project: GregRos/Patchwork

Public Methods

Method Description
ReplaceTypeAttribute ( string fullTypeName = null ) : System

Constructs a new instance of this attribute.

Method Details

ReplaceTypeAttribute() public method

Constructs a new instance of this attribute.
public ReplaceTypeAttribute ( string fullTypeName = null ) : System
fullTypeName string The full name of the type to apply this attribute to.
return System