Exemplo n.º 1
0
 public static EBPrimitive ContainsIndex(EBPrimitive array, EBPrimitive index)
 {
     return array.ContainsKey(index);
 }