'Declaration
Function GetStreamsToCompress() As System.Collections.Generic.IEnumerable(Of KeyValuePair(Of String,Stream))
'Usage
Dim instance As INZipCompressor Dim value As System.Collections.Generic.IEnumerable(Of KeyValuePair(Of String,Stream)) value = instance.GetStreamsToCompress()
System.Collections.Generic.IEnumerable<KeyValuePair<string,Stream>> GetStreamsToCompress()