Process overrides to Constant.Reference.
This commit is contained in:
parent
21645ac634
commit
4fd91623cd
1 changed files with 1 additions and 0 deletions
|
@ -206,6 +206,7 @@ namespace Bind
|
||||||
{
|
{
|
||||||
case "name": c.Name = (string)node.TypedValue; break;
|
case "name": c.Name = (string)node.TypedValue; break;
|
||||||
case "value": c.Value = (string)node.TypedValue; break;
|
case "value": c.Value = (string)node.TypedValue; break;
|
||||||
|
case "reference": c.Reference = (string)node.TypedValue; break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue