Click or drag to resize

XmlStreamSerializationInfoAddArray(String, BitArray, BitArray, Int32) Method

Adds an array of nullable boolean values. The array val contains the boolean values, whereas the array cond indicates if the boolean value is set (true) or not set (false).

Namespace: Altaxo.Serialization.Xml
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void AddArray(
	string name,
	BitArray val,
	BitArray cond,
	int count
)

Parameters

name  String
The name of the entry.
val  BitArray
The value.
cond  BitArray
The cond.
count  Int32
The count.

Implements

IXmlSerializationInfoAddArray(String, BitArray, BitArray, Int32)
See Also