Merge pull request #29 from zbynek001/master
Generator.KeyFound event not passing value
This commit is contained in:
commit
e3600852cf
|
@ -14,6 +14,7 @@ namespace Mustache
|
||||||
internal KeyFoundEventArgs(string key, object value)
|
internal KeyFoundEventArgs(string key, object value)
|
||||||
{
|
{
|
||||||
Key = key;
|
Key = key;
|
||||||
|
Substitute = value;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
Loading…
Reference in New Issue