ImmutableList<T>.Builder.GetRange(Int32, Int32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コピー元の変更できないリスト内の、ある範囲の要素の簡易コピーを作成します。
public:
virtual System::Collections::Immutable::ImmutableList<T> ^ GetRange(int index, int count);
public:
System::Collections::Immutable::ImmutableList<T> ^ GetRange(int index, int count);
public System.Collections.Immutable.ImmutableList<T> GetRange (int index, int count);
abstract member GetRange : int * int -> System.Collections.Immutable.ImmutableList<'T>
override this.GetRange : int * int -> System.Collections.Immutable.ImmutableList<'T>
member this.GetRange : int * int -> System.Collections.Immutable.ImmutableList<'T>
Public Function GetRange (index As Integer, count As Integer) As ImmutableList(Of T)
パラメーター
- index
- Int32
範囲の開始位置を示す、0 から始まるインデックス番号。
- count
- Int32
範囲内の要素の数。
戻り値
コピー元の変更できないリスト内の、ある範囲の要素の簡易コピー。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET