Overload List
| Name | Description | |
|---|---|---|
| ArchiveItemCollection()()() |
Initializes a new instance of the ArchiveItemCollection class that is a read-only wrapper around
a List<(Of <(T>)>) object.
| |
| ArchiveItemCollection(ArchiveItem) |
Initializes a new instance of the ArchiveItemCollection class that is a read-only wrapper around
a List<(Of <(T>)>) object
that contains copy of the specified item.
| |
| ArchiveItemCollection(IEnumerable<(Of <(ArchiveItem>)>)) |
Initializes a new instance of the ArchiveItemCollection class that is a read-only wrapper around
a List<(Of <(T>)>) object
that contains items copied from the specified collection.
| |
| ArchiveItemCollection(Int32) |
Initializes a new instance of the ArchiveItemCollection class that is a read-only wrapper around
a List<(Of <(T>)>) object
that is empty and has the specified initial capacity.
|