Click or drag to resize

MamlRendererPush(MamlElement, IEnumerableKeyValuePairString, String) Method

[Missing <summary> documentation for "M:Altaxo.Text.Renderers.MamlRenderer.Push(Altaxo.Text.Renderers.Maml.MamlElement,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.String}})"]


Namespace: Altaxo.Text.Renderers
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void Push(
	MamlElement mamlElement,
	IEnumerable<KeyValuePair<string, string>>? attributes
)

Parameters

mamlElement  MamlElement

[Missing <param name="mamlElement"/> documentation for "M:Altaxo.Text.Renderers.MamlRenderer.Push(Altaxo.Text.Renderers.Maml.MamlElement,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.String}})"]

attributes  IEnumerableKeyValuePairString, String

[Missing <param name="attributes"/> documentation for "M:Altaxo.Text.Renderers.MamlRenderer.Push(Altaxo.Text.Renderers.Maml.MamlElement,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.String}})"]

See Also