BinaryFormatter::TypeFormat Property
.NET Framework (current version)
Gets or sets the format in which type descriptions are laid out in the serialized stream.
Assembly: mscorlib (in mscorlib.dll)
public: property FormatterTypeStyle TypeFormat { FormatterTypeStyle get(); void set(FormatterTypeStyle value); }
Property Value
Type: System.Runtime.Serialization.Formatters::FormatterTypeStyleThe style of type layouts to use.
.NET Framework
Available since 1.1
Available since 1.1
Show: