Skip to content

Z80TestHarness.SetIO Method

Definition

Sets both the IO reader and writer to the same implementation.

public void SetIO<TIO>(TIO io)
   where TIO : IIOReader, IIOWriter;

View source

Type Parameters

Name Description
TIO The type of the IO implementation.

Parameters

Name Type Description
io TIO The IO implementation.