com.spire.presentation.collections
Class CommentCollection
java.lang.Object
   com.spire.presentation.collections.CommentList
com.spire.presentation.collections.CommentList
       com.spire.presentation.collections.CommentCollection
com.spire.presentation.collections.CommentCollection
- All Implemented Interfaces: 
- com.spire.ms.System.Collections.ICollection, com.spire.ms.System.Collections.IEnumerable, java.lang.Iterable
- public final class CommentCollection 
- extends CommentList- implements com.spire.ms.System.Collections.ICollection
Represents a collection of comments of one author.
 
| Method Summary | 
|  java.lang.Object | getSyncRoot()Gets a synchronization root.
 | 
|  boolean | isSynchronized()Gets a value indicating whether access to the collection is synchronized (thread-safe).
 | 
 
 
CommentCollection
public CommentCollection(CommentAuthor parent)
isSynchronized
public boolean isSynchronized()
- Gets a value indicating whether access to the collection is synchronized (thread-safe).
 
- 
- Returns:
 
getSyncRoot
public java.lang.Object getSyncRoot()
- Gets a synchronization root.
 Readonly .
 
- 
- Returns: