[]
Contains a collection of PaperSource objects.
public sealed class PaperSourceCollection : ICollection, IEnumerable
| Name | Description |
|---|---|
| PaperSourceCollection(PaperSource[]) | Creates new collection. |
| Name | Description |
|---|---|
| Count | Gets the number of elements contained in the collection. |
| IsSynchronized | |
| this[int] | Gets the PaperSource at a specified index. |
| SyncRoot |
| Name | Description |
|---|---|
| CopyTo(Array, int) | Copies the elements. |