IReadOnlyCollection 介面

定義

唯讀集合的簡潔基礎介面。

public interface IReadOnlyCollection : System.Collections.IEnumerable
type IReadOnlyCollection = interface
    interface IEnumerable
Public Interface IReadOnlyCollection
Implements IEnumerable
衍生
實作

屬性

名稱 Description
Count

得到 中所包含 IReadOnlyCollection的項目數量。

適用於