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

MetaData.MetaData Constructor

C#
public MetaData(Rx.CRxMetaData& xNative)

Constructor.

Wraps the given native instance instead of creating an own instance. The given native instance must be valid for the lifetime of this instance.

Parameters

[Rx.CRxMetaData&] xNative

[in] The native instance to be wrapped by this class.