Versions with this page:
Versions without this page:
Vacía el array. El tamaño del array será cero (0).
var hello = new Array ("Hello", "World"); hello.Clear(); // hello now contains zero elements
Nota: Esto es solo de javascript. C# no utiliza esta caraterística.