Create, write and read TeaFiles using their item type (typed reading).

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

Syntax

public sealed class TeaFile<T> : IDisposable
where T : struct, new()

Type Parameters

T
The item type.

Remarks

This class is the core of this assembly. Use it to Create(String, String, NameValueCollection, Boolean), Write(T) and Read()()()() items to and from TeaFiles.

See Also