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 から継承されています。) |
先頭に戻る