Adds debug statment to detect if JoinNameAttribute constructor has been called

This commit is contained in:
Neil Dorin
2020-04-04 14:44:43 -06:00
parent 88702f97c6
commit b32212083d

View File

@@ -460,6 +460,7 @@ namespace PepperDash.Essentials.Core
public JoinNameAttribute(string name)
{
Debug.Console(0, "Setting Attribute Name: {0}", name);
_Name = name;
}