Overload List

  NameDescription
Protected methodSupported by the .NET Compact FrameworkArchiveItemCollection()()()()
Initializes a new instance of the ArchiveItemCollection class that is a read-only wrapper around a List<(Of <(<'T>)>)> object.
Protected methodSupported by the .NET Compact FrameworkArchiveItemCollection(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.
Protected methodSupported by the .NET Compact FrameworkArchiveItemCollection(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.
Protected methodSupported by the .NET Compact FrameworkArchiveItemCollection(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.

See Also