You are here: Start » AVL.NET » Serializer.Read Method

Serializer.Read Method

Reads a single [In, Out] AvlNet::PreSplitProcessingParams^% value from the given .

Namespace:AvlNet.Serialization
Assembly:AVL.NET.TS.dll

Syntax

public static void Read
(
	System.IO.Stream stream,
	ref AvlNet.PreSplitProcessingParams value
)

Parameters

Name Type Range Default Description
streamSystem.IO.Stream
valueAvlNet.PreSplitProcessingParams

Function Overrides

See also