The ArrayExtensions type exposes the following members.

Methods

  NameDescription
Public methodStatic memberFill<(Of <<'(T>)>>)
Fills the array with the defaultValue from index to index + length.
Public methodStatic memberInit<(Of <<'(T>)>>)
Initializes the array with the defaultValue.
Public methodStatic memberReplicate<(Of <<'(T>)>>)
Replicates the values between startIndex and endIndex.

See Also