Returns collection of open streams. Unit test methods should verify if there are open streams
before disposing
VirtualStreamManager, since destructor will close these streams
automaticaly and code error can be hidden.
Namespace: VcClient.TestAssembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)
Syntax
C# |
---|
public ICollection<string> OpenedStreams { get; } |
Visual Basic |
---|
Public ReadOnly Property OpenedStreams As ICollection(Of String)
Get |
Visual C++ |
---|
public:
property ICollection<String^>^ OpenedStreams {
ICollection<String^>^ get ();
} |
See Also