Namespace: BitMiracle.Docotic.Pdf
public class PdfCollection<T> : ICollection<T>, IEnumerable<T>, IEnumerable, ICollection
Public Class PdfCollection(Of T) Implements ICollection(Of T), IEnumerable(Of T), IEnumerable, ICollection
The PdfCollection<T> type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of elements actually contained in the PdfCollection<T>.
|
![]() | Item |
Gets the element at the specified index.
|
Name | Description | |
---|---|---|
![]() | Contains |
Determines whether the collection contains a specific value.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetAt |
Gets the element at the specified index.
|
![]() | GetEnumerator |
Returns an enumerator that iterates through a collection.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | IndexOf |
Determines the index of a specific item in the collection.
|
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |