Пример #1
0
 public dynamic Freeze(string type, string varName)
 {
     return(_objectInstance.FreezeValue(varName, type, Read(type, varName)));
 }