how to convert the above to .net 4.5 version compatible?
Place the caret at this line, press <Ctrl+.> and select “Use block body for properties”.
If you do not have Visual Studio right now, it will transform it to:
public override string EditorTypeName
{
get
{
return CustomEditName;
}
}