ReadOnlyCollectionBuilder<T>.Reverse Method (Int32, Int32)

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Reverses the order of the elements in the specified range.

Namespace:  System.Runtime.CompilerServices
Assembly:  System.Core (in System.Core.dll)

Syntax

'Declaration
Public Sub Reverse ( _
    index As Integer, _
    count As Integer _
)
public void Reverse(
    int index,
    int count
)

Parameters

  • index
    Type: System.Int32
    The zero-based starting index of the range to reverse.
  • count
    Type: System.Int32
    The number of elements in the range to reverse.

Version Information

Silverlight

Supported in: 5, 4

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.