Exemple #1
0
 public override bool TryGetValue(uint index, out JsValue value)
 {
     return(_array.TryGetValue(index, out value));
 }