IXmlSerializationInfoAddArray(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.XmlAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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.
See Also