PropertyCollectionT

PropertyCollection<T> class

プロパティのコレクションの基本クラス。

public abstract class PropertyCollection<T> : IEnumerable<T>
パラメータ説明
Tプロパティのタイプ。

関連項目