IReadOnlyCollection インターフェイス

非汎用の読み取り専用コレクションのプロパティとメソッドを定義します。

名前空間:  Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ:  Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)

構文

'宣言
Public Interface IReadOnlyCollection _
    Inherits IEnumerable
'使用
Dim instance As IReadOnlyCollection
public interface IReadOnlyCollection : IEnumerable
public interface class IReadOnlyCollection : IEnumerable
type IReadOnlyCollection =  
    interface 
        interface IEnumerable 
    end
public interface IReadOnlyCollection extends IEnumerable

IReadOnlyCollection 型は、以下のメンバーを公開しています。

プロパティ

  名前 説明
パブリック プロパティ Count コレクションに含まれているアイテムの数を取得します。

先頭に戻る

メソッド

  名前 説明
パブリック メソッド GetEnumerator (IEnumerable から継承されています。)

先頭に戻る

関連項目

参照

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間