mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
Adds debug statment to detect if JoinNameAttribute constructor has been called
This commit is contained in:
parent
88702f97c6
commit
b32212083d
1 changed files with 1 additions and 0 deletions
|
|
@ -460,6 +460,7 @@ namespace PepperDash.Essentials.Core
|
|||
|
||||
public JoinNameAttribute(string name)
|
||||
{
|
||||
Debug.Console(0, "Setting Attribute Name: {0}", name);
|
||||
_Name = name;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue