VPArrayCustomBinaryReader T  ClassVirtual Photonics - VTS Library
Virtual Photonics
Class that implements the interface ICustomBinaryReader to read different types of Array from a binary stream
Inheritance Hierarchy

OnlineSystem Object
  Vts.IO ArrayCustomBinaryReader T 

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

public class ArrayCustomBinaryReader<T> : ICustomBinaryReader<Array>
where T : struct, new()
Type Parameters

T
Type of Array to be read
See Also