Click or drag to resize

XmlStreamSerializationInfoAddArrayOfNullableElements Method

[Missing <summary> documentation for "M:Altaxo.Serialization.Xml.XmlStreamSerializationInfo.AddArrayOfNullableElements(System.String,System.Collections.Generic.IReadOnlyList{System.Object},System.Int32)"]


Namespace: Altaxo.Serialization.Xml
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void AddArrayOfNullableElements(
	string name,
	IReadOnlyList<Object?> val,
	int count
)

Parameters

name  String

[Missing <param name="name"/> documentation for "M:Altaxo.Serialization.Xml.XmlStreamSerializationInfo.AddArrayOfNullableElements(System.String,System.Collections.Generic.IReadOnlyList{System.Object},System.Int32)"]

val  IReadOnlyListObject

[Missing <param name="val"/> documentation for "M:Altaxo.Serialization.Xml.XmlStreamSerializationInfo.AddArrayOfNullableElements(System.String,System.Collections.Generic.IReadOnlyList{System.Object},System.Int32)"]

count  Int32

[Missing <param name="count"/> documentation for "M:Altaxo.Serialization.Xml.XmlStreamSerializationInfo.AddArrayOfNullableElements(System.String,System.Collections.Generic.IReadOnlyList{System.Object},System.Int32)"]

Implements

IXmlSerializationInfoAddArrayOfNullableElements(String, IReadOnlyListObject, Int32)
See Also