Constructor TypeNameChangeGlobalAttribute
TypeNameChangeGlobalAttribute(string, Type)
Change a type from a old type to a new type. Must be full names with the name space and all.
Declaration
public TypeNameChangeGlobalAttribute(string oldTypeName, Type newType)
Parameters
Type | Name | Description |
---|---|---|
string | oldTypeName | Full name of the old type. |
Type | newType | New Type. |