IXmlDeserializationInfoGetArray(BitArray, BitArray, Int32) Method |
Gets an array of nullable booleans.
Namespace: Altaxo.Serialization.XmlAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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.
See Also