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

MetaData.HasElement Method

C#
public bool HasElement(string sName)

Queries if the meta data contains an element with the given name.

Parameters

[string] sName

[in] The name of the element.

Returns

bool

True if the meta data contains an element with the given name, false if not.