Exemplo n.º 1
0
 public static EBPrimitive ContainsValue(EBPrimitive array, EBPrimitive value)
 {
     return array.ContainsValue(value);
 }