Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Articles Namespace / ThreadArticleBeadCollection Class
Properties Methods

In This Topic
    ThreadArticleBeadCollection Class Members
    In This Topic

    The following tables list the members exposed by ThreadArticleBeadCollection.

    Public Properties
     NameDescription
    Public PropertyGets the number of elements in the collection.  
    Public PropertyGets or sets the element at a specified index.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds an object to the end of the collection.  
    Public MethodRemoves all elements from the collection.  
    Public MethodDetermines whether an element is in the collection.  
    Public MethodCopies the entire collection into a one-dimensional array, starting at the specified index in the target array.  
    Public MethodSearches for the specified object and returns the zero-based index of the first occurrence within the entire collection.  
    Public MethodInserts an element into the collection at the specified index.  
    Public MethodRemoves the first occurrence of a specific object from the collection.  
    Public MethodRemoves the element at the specified index of the collection.  
    Top
    See Also