ImmutableSortedSet<T>.Reverse メソッド

定義

この変更できない並べ替えられたセットを逆順で反復処理する IEnumerable<T> を返します。

public:
 System::Collections::Generic::IEnumerable<T> ^ Reverse();
public System.Collections.Generic.IEnumerable<T> Reverse ();
member this.Reverse : unit -> seq<'T>
Public Function Reverse () As IEnumerable(Of T)

戻り値

変更できない並べ替えられたセットを逆順で反復処理する列挙子。

注釈

System.Collections.Immutable NuGet パッケージ

変更できないコレクションとインストール方法について

適用対象