Cargo Property

Microsoft Deployment Tools

Deployment Tools Foundation Cargo Property
Gets the list of additional items that are disposed when the stream is closed. The order of the list is the order in which the items are disposed. The contents can be modified any time.
Declaration Syntax
C# Visual Basic Visual C++
public IList<IDisposable> Cargo { get; }
Public ReadOnly Property Cargo As IList(Of IDisposable)
public:
property IList<IDisposable^>^ Cargo {
	IList<IDisposable^>^ get ();
}

Assembly: Microsoft.Deployment.Compression (Module: Microsoft.Deployment.Compression) Version: 3.0.0.0 (3.5.1623.0)