Click or drag to resize

SerializationWriter.Write Method (Type, Boolean)

Stores a Type object into the stream. Stored Size: Depends on the length of the Type's name and whether the fullyQualified parameter is set. A null Type takes 1 byte.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
public void Write(
	Type value,
	bool fullyQualified
)

Parameters

value
Type: System.Type
The Type to store.
fullyQualified
Type: System.Boolean
true to store the AssemblyQualifiedName or false to store the FullName.
See Also