Update HelloWorld/MVVM

This commit is contained in:
Zihan Chen
2017-01-24 02:09:33 -08:00
parent 496da00045
commit 08b2c69da3
17 changed files with 1692 additions and 227 deletions
+1 -1
View File
@@ -19677,7 +19677,7 @@ namespace vl
writer.WriteChar(L' ');
if (arguments.Count() == 0)
{
writer.WriteString(methodInfo->GetParameter(i)->GetName());
writer.WriteString(ConvertName(methodInfo->GetParameter(i)->GetName()));
}
else
{