このクラスのメンバの一覧は、StringArrayListメンバを参照してください。
| 名前 | 解説 | |
|---|---|---|
![]() | 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 | Gets or sets the element at the specified index. System.Collections.ArrayListから継承されます。 |
![]() | List | デフォルト値の文字列を取得または設定します。 |
![]() | SyncRoot | Gets an object that can be used to synchronize access to the System.Collections.ArrayList. System.Collections.ArrayListから継承されます。 |