CommentCollection Properties |
The CommentCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of elements actually contained in the collection.
Read-only Int32.
|
![]() | IsSynchronized |
Returns a value indicating whether access to the collection is synchronized (thread-safe).
Read-only Boolean.
|
![]() | Item |
Gets the element at the specified index.
Read-only Comment.
|
![]() | SyncRoot |
Returns a synchronization root.
Read-only Object.
|