Writes several items in to the file.

Namespace: TeaTime
Assembly: DiscreteLogics.TeaFiles (in DiscreteLogics.TeaFiles.dll) Version: 1.0.0.16 (1.0.0.16)

Syntax

public void Write(
	IEnumerable<T> values
)

Parameters

values
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'T>)>)>
The items to write.

See Also