Array
- You can store multiple variables of the same type in an array data structure. You declare an array by specifying the type of its elements.






Array.Clear(Array, int32, int32)
- Sets a range of elements in an array to the default value of each element type.




