次の方法で共有


NodeHealthStateList クラス

定義

インデックスによって個別にアクセスできる の NodeHealthState コレクションを表します。

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

プロパティ

Count

要素の数を取得します。

IsReadOnly

リストが読み取り専用かどうかを示す値を取得します。

Item[Int32]

指定したインデックスにある要素を取得または設定します。

メソッド

Add(NodeHealthState)

項目をコレクションに追加します。

Clear()

コレクションからすべての項目を削除します。

Contains(NodeHealthState)

コレクションに特定の値が格納されているかどうかを判断します。

CopyTo(NodeHealthState[], Int32)

特定の配列インデックスを開始位置として、配列に ICollection の要素をコピーします。

GetEnumerator()

コレクションを反復処理する列挙子を返します。

IndexOf(NodeHealthState)

コレクション内での指定した項目のインデックスを調べます。

Insert(Int32, NodeHealthState)

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

Remove(NodeHealthState)

最初に検出した特定の項目をコレクションから削除します。

RemoveAt(Int32)

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

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

IEnumerable.GetEnumerator()

コレクションを反復処理する列挙子を返します。

拡張メソッド

ToCommaSeparatedString<T>(IEnumerable<T>)

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

適用対象