Beispiel #1
0
 public object GetProperty(string property)
 {
     return(Context.FromJSValue(UnderlyingJSValue.GetProperty(property)));
 }