Read TeaFiles without knowing anything about their content (untyped reading).

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

Syntax

public sealed class TeaFile : IDisposable, 
	IItemReader

Remarks

Access is limited to read, because we do not have any knowledge about the file's item type. Writing of file is provided by TeaFile<(Of <(<'T>)>)> only.

See Also