Пример #1
0
 public void SetProperty(string property, object value)
 {
     UnderlyingJSValue.SetProperty(Context.ToJSValue(value), property);
 }