4
0
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:
Travis Parks 2014-07-14 15:57:44 -04:00
commit e3600852cf

View File

@ -14,6 +14,7 @@ namespace Mustache
internal KeyFoundEventArgs(string key, object value)
{
Key = key;
Substitute = value;
}
/// <summary>