Provides access to items using typed TeaFile<(Of <(<'T>)>)>.

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

Syntax

public interface IItemCollection<out T> : IEnumerable<T>, 
	IEnumerable
where T : struct, new()

Type Parameters

T
The item type.

Remarks

This interface adds direct access and count to IEnumerable<(Of <(<'T>)>)>.

See Also