Instance Property インスタンスプロパティ

count

The number of elements in the receiver. レシーバの中の要素数。

Declaration 宣言

var count: Int { get set }

Discussion 議論

If you increase the count, NULL values are added. If you decrease the count, elements at indexes count and greater are removed. あなたがcountを漸増するならば、NULL値が加えられます。あなたがcountを漸減するならば、countおよびそれより大きいインデックスでの要素が取り除かれます。

See Also 参照

Managing the Collection コレクションを管理する