com.spire.presentation.collections
Class CommentCollection

java.lang.Object
  extended by com.spire.presentation.collections.CommentList
      extended by 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.


Constructor Summary
CommentCollection(CommentAuthor parent)
           
 
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).
 
Methods inherited from class com.spire.presentation.collections.CommentList
appendComment, get, getCount, getPresentation, insertComment, remove, removeAt, toArray, toArray
 

Constructor Detail

CommentCollection

public CommentCollection(CommentAuthor parent)
Method Detail

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: