Writes an item in to the file at the position of the file pointer.

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

Syntax

public void Write(
	T item
)

Parameters

item
Type: T
The item to write.

See Also