ReadOnlyCollectionBuilder<T>.Reverse 메서드

정의

오버로드

Name Description
Reverse(Int32, Int32)

지정된 범위의 요소 순서를 반대로 바뀝니다.

Reverse()

전체 ReadOnlyCollectionBuilder<T>요소의 순서를 반대로 바꿉니다.

Reverse(Int32, Int32)

지정된 범위의 요소 순서를 반대로 바뀝니다.

public:
 void Reverse(int index, int count);
public void Reverse(int index, int count);
member this.Reverse : int * int -> unit
Public Sub Reverse (index As Integer, count As Integer)

매개 변수

index
Int32

역방향으로 지정할 범위의 시작 인덱스(0부터 시작)입니다.

count
Int32

역방향으로 지정할 범위의 요소 수입니다.

적용 대상

Reverse()

전체 ReadOnlyCollectionBuilder<T>요소의 순서를 반대로 바꿉니다.

public:
 void Reverse();
public void Reverse();
member this.Reverse : unit -> unit
Public Sub Reverse ()

적용 대상