Click or drag to resize
XmlConfiguratonOperatorSetKeyValues Method

[Missing <summary> documentation for "M:X3Platform.Configuration.XmlConfiguratonOperator.SetKeyValues(X3Platform.Configuration.NameValueConfigurationCollection,System.Xml.XmlNodeList)"]

Namespace: X3Platform.Configuration
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public static void SetKeyValues(
	NameValueConfigurationCollection list,
	XmlNodeList nodes
)

Parameters

list
Type: X3Platform.ConfigurationNameValueConfigurationCollection

[Missing <param name="list"/> documentation for "M:X3Platform.Configuration.XmlConfiguratonOperator.SetKeyValues(X3Platform.Configuration.NameValueConfigurationCollection,System.Xml.XmlNodeList)"]

nodes
Type: System.XmlXmlNodeList

[Missing <param name="nodes"/> documentation for "M:X3Platform.Configuration.XmlConfiguratonOperator.SetKeyValues(X3Platform.Configuration.NameValueConfigurationCollection,System.Xml.XmlNodeList)"]

See Also