このクラスのメンバの一覧は、UIElementsCollectionメンバを参照してください。
名前 | 解説 | |
---|---|---|
Capacity | Gets or sets the number of elements that the System.Collections.ArrayList can contain. System.Collections.ArrayListから継承されます。 | |
Count | Gets the number of elements actually contained in the System.Collections.ArrayList. System.Collections.ArrayListから継承されます。 | |
IsFixedSize | Gets a value indicating whether the System.Collections.ArrayList has a fixed size. System.Collections.ArrayListから継承されます。 | |
IsReadOnly | Gets a value indicating whether the System.Collections.ArrayList is read-only. System.Collections.ArrayListから継承されます。 | |
IsSynchronized | Gets a value indicating whether access to the System.Collections.ArrayList is synchronized (thread safe). System.Collections.ArrayListから継承されます。 | |
Item | コレクションがタイプセーフのインデクサーを表示できるようにArrayListのインデクサーを非表示にします。 | |
SyncRoot | Gets an object that can be used to synchronize access to the System.Collections.ArrayList. System.Collections.ArrayListから継承されます。 |