mirror of
https://github.com/art-ist/mustache-sharp.git
synced 2024-06-16 21:05:32 +00:00
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…
x
Reference in New Issue
Block a user