PersistableList<T> Class Properties
In This Topic
For a list of all members of this type, see PersistableList<T> members.
Public Properties
| Name | Description |
 | Count |
Gets the count of the list
|
 | IsFixedSize |
Gets a value indicating whether the list is fixed sized
|
 | IsReadOnly |
Gets a value indicating whether the list is readonly
|
 | IsSynchronized |
Gets a value indicating whether the list is synchronized
|
 | Item |
Gets or sets the item at the index
|
 | Parent |
Gets the parent refernce
|
 | SyncRoot |
Gets the sync root
|
Top
See Also