Пример #1
0
 public bool HasProperty(string property)
 {
     return(UnderlyingJSValue.HasProperty(property));
 }