Summary
    General output. Common to all 
		IOutputParser<T>s.
    - Namespace
 - Cake
.SevenZip .Parsers  - Implementing Types
 
							graph BT
	Type["IOutput"]
class Type type-node
	Implementing0["IBenchmarkOutput"]-.->Type
	click Implementing0 "/Cake.7zip/api/Cake.SevenZip.Parsers/IBenchmarkOutput"
	Implementing1["IListOutput"]-.->Type
	click Implementing1 "/Cake.7zip/api/Cake.SevenZip.Parsers/IListOutput"
	Implementing2["ITestOutput"]-.->Type
	click Implementing2 "/Cake.7zip/api/Cake.SevenZip.Parsers/ITestOutput"
	Implementing3["IInformationOutput"]-.->Type
	click Implementing3 "/Cake.7zip/api/Cake.SevenZip.Parsers/IInformationOutput"
	Implementing4["IHashOutput"]-.->Type
	click Implementing4 "/Cake.7zip/api/Cake.SevenZip.Parsers/IHashOutput"
						
					Syntax
public interface IOutput
			Properties
| Name | Value | Summary | 
|---|---|---|
| Information | string | 
									 
    Gets the information (version etc.) from 7z.
     
								 |