VPArrayCustomBinaryWriter T  ClassVirtual Photonics - VTS Library
Virtual Photonics
Class that implements the interface ICustomBinaryWriter to write different types of Array to a binary stream
Inheritance Hierarchy

OnlineSystem Object
  Vts.IO ArrayCustomBinaryWriter T 

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

public class ArrayCustomBinaryWriter<T> : ICustomBinaryWriter<Array>
where T : struct, new()
Type Parameters

T
Type of Array to be written
See Also