VPCustomBinaryStreamWriter T  Write Method (IEnumerable T )Virtual Photonics - VTS Library
Virtual Photonics
Writes an enumerable list of data points to the underlying filestream

Namespace: Vts.IO
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Syntax

public void Write(
	IEnumerable<T> items
)

Parameters

items
Type: OnlineSystem.Collections.Generic IEnumerable T 
A list of data points to be written
See Also