3.4. ProductInformationCollection

プリンター情報クラスです。

  • 宣言

    public sealed class ProductInformationCollection : IReadOnlyList<ProductInformation>
    
  • プロパティ

    名称

    説明

    Count

    コレクションに格納されている要素の数を取得します。

    int

    Item

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

    ProductInformation