VPFileIO ReadFromBinaryStream T  Method Virtual Photonics - VTS Library
Virtual Photonics
Deserializes a stream into an object

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

public static T ReadFromBinaryStream<T>(
	Stream s
)
Type Parameters

T
Type of the object

Return Value

Type: T
The object of type Time
See Also