ReadOnlyCollectionBuilder<T>.Reverse 方法   
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
| Reverse(Int32, Int32) | 将指定范围中元素的顺序反转。 | 
| Reverse() | 将整个 ReadOnlyCollectionBuilder<T> 中元素的顺序反转。 | 
Reverse(Int32, Int32)
- Source:
- ReadOnlyCollectionBuilder.cs
- Source:
- ReadOnlyCollectionBuilder.cs
- Source:
- ReadOnlyCollectionBuilder.cs
将指定范围中元素的顺序反转。
public:
 void Reverse(int index, int count);public void Reverse (int index, int count);member this.Reverse : int * int -> unitPublic Sub Reverse (index As Integer, count As Integer)参数
- index
- Int32
要反转的范围的从零开始的起始索引。
- count
- Int32
要反转的范围内的元素数。
适用于
Reverse()
- Source:
- ReadOnlyCollectionBuilder.cs
- Source:
- ReadOnlyCollectionBuilder.cs
- Source:
- ReadOnlyCollectionBuilder.cs
将整个 ReadOnlyCollectionBuilder<T> 中元素的顺序反转。
public:
 void Reverse();public void Reverse ();member this.Reverse : unit -> unitPublic Sub Reverse ()