TestCommandStatusList クラス

定義

IList<T> TestCommandStatus オブジェクトの 。

public sealed class TestCommandStatusList : System.Collections.Generic.ICollection<System.Fabric.Query.TestCommandStatus>, System.Collections.Generic.IEnumerable<System.Fabric.Query.TestCommandStatus>, System.Collections.Generic.IList<System.Fabric.Query.TestCommandStatus>
type TestCommandStatusList = class
    interface IList<TestCommandStatus>
    interface ICollection<TestCommandStatus>
    interface seq<TestCommandStatus>
    interface IEnumerable
Public NotInheritable Class TestCommandStatusList
Implements ICollection(Of TestCommandStatus), IEnumerable(Of TestCommandStatus), IList(Of TestCommandStatus)
継承
TestCommandStatusList
実装

プロパティ

Count

このリスト内の項目の数を取得または設定します。

IsReadOnly

リストが読み取り専用かどうかを示すフラグを取得または設定します。

Item[Int32]

指定したインデックスにあるアイテムを取得します。

メソッド

Add(TestCommandStatus)

指定した項目をリストに追加します。

Clear()

リストからすべての項目を削除します。

Contains(TestCommandStatus)

リストに指定した項目が含まれているかどうかを示します。

CopyTo(TestCommandStatus[], Int32)

指定した開始インデックス位置にある指定した配列にリストから項目をコピーします。

GetEnumerator()

このリスト内の項目の列挙子を取得します。

IndexOf(TestCommandStatus)

このリスト内の指定した項目のインデックスを取得します。

Insert(Int32, TestCommandStatus)

指定したインデックス位置に項目を挿入します。

Remove(TestCommandStatus)

指定した項目をこのリストから削除する

RemoveAt(Int32)

指定したインデックス位置にある項目を削除します

明示的なインターフェイスの実装

IEnumerable.GetEnumerator()

このリスト内の項目の列挙子を取得します

拡張メソッド

ToCommaSeparatedString<T>(IEnumerable<T>)

コレクションの要素を文字列に変換し、それらをコンマ区切りのリストに連結するか、null または空のコレクションの場合は null を返します。

適用対象