バージョン

Permute<T> メソッド

入力の並べ換えごとに 1 つずつ、列挙子の列挙順序を変更します。
シンタックス
'宣言
 
Public Shared Function Permute(Of T)( _
   ByVal list As IEnumerable(Of T), _
   ByVal count As Integer _
) As IEnumerable(Of IEnumerable(Of T))
public static IEnumerable<IEnumerable<T>> Permute<T>( 
   IEnumerable<T> list,
   int count
)

パラメータ

list
リスト。
count
カウント。

型パラメータ

T
参照