SerializationExtensions::ReadNullableBoolean Method (BinaryReader^)
Visual Studio 2015
Reads a bool? from reader.
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
public: [ExtensionAttribute] static Nullable<bool> ReadNullableBoolean( BinaryReader^ reader )
Parameters
- reader
-
Type:
System.IO::BinaryReader^
The reader.
Show: