IXmlSerializationInfoCreateArray Method |
Begins an array scope.
Namespace: Altaxo.Serialization.XmlAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxvoid CreateArray(
string name,
int count
)
Parameters
- name String
- Element name.
- count Int32
- Number of elements to write.
See Also