'DeclarationFunction GetStreamsToCompress() As System.Collections.Generic.IEnumerable(Of KeyValuePair(Of String,Stream))
'UsageDim 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()