Click or drag to resize

XmlStreamDeserializationInfoGetArray(BitArray, BitArray, Int32) Method

Gets an array of nullable booleans.

Namespace: Altaxo.Serialization.Xml
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void GetArray(
	BitArray values,
	BitArray conditions,
	int count
)

Parameters

values  BitArray
The boolean values to store (true or false).
conditions  BitArray
The conditions to store (if true, the value is set, if false, the value is null).
count  Int32
The element count.

Implements

IXmlDeserializationInfoGetArray(BitArray, BitArray, Int32)
See Also