Name | Description | |
---|---|---|
Count | Gets the number of items contained in the list. | |
IsFixedSize | Gets a value indicating if the list has a fixed size. | |
IsReadOnly | Gets a value indicating if the list is read-only. | |
IsSynchronized | Gets a boolean value indicating if access to the list is synchronized (thread-safe). | |
SyncRoot | Gets an object that can be used to synchronize access to the list. |