예제 #1
0
 /// <summary>
 /// Helper method to get private value from attached view model instance
 /// </summary>
 /// <param name="name">name of the field</param>
 /// <typeparam name="V">type</typeparam>
 /// <returns></returns>
 protected V GetPrivate <V>(string name)
 {
     return(_vm.PrivateValue <V>(name));
 }