Constructor TypeNameChangedAttribute
TypeNameChangedAttribute(string, string)
Initializes the attribute
Declaration
public TypeNameChangedAttribute(string formerName, string formerNameSpace = null)
Parameters
| Type | Name | Description | 
|---|---|---|
| string | formerName | What this type used to be known as, use the typename without any namespace  | 
    
| string | formerNameSpace | The name of the OLD namespace, only required if the residing namespace changed.  |