Namespace: Rx.Net – Class: MetaData – Assembly: Rx.Net.Mixed

MetaData.GetElement Method

C#
public void GetElement(string sName, out string sData)

Gets the value of the element with then given name.

An exception is thrown when the element does not exist or when the type of the element differs from the given type.

Parameters

[string] sName

[in] The name of the element.

[string] sData

[out] The value of the element.