Skip to content

Overload_CodeJam_Collections_ArrayExtensions_Clear

andrewvk edited this page Mar 22, 2016 · 3 revisions

ArrayExtensions.Clear Method

[This is preliminary documentation and is subject to change.]

Overload List

 

Name Description
Public methodStatic member Clear(Array) Sets all elements in an Array to the default value of each element type.
Public methodStatic member Clear(Array, Int32, Int32) Sets a range of elements in the Array to zero, to false, or to null, depending on the element type.
  Back to Top

See Also

Reference

ArrayExtensions Class
CodeJam.Collections Namespace

Clone this wiki locally