Namespace: Rx.Net – Class: ConstNativeWrapper – Assembly: Rx.LFR.Net

ConstNativeWrapper.ConstNativeWrapper Constructor

C#
public ConstNativeWrapper(TNative const* native)

Default constructor. Uses the given native instance. Disposing does NOT destroy the native instance.

Parameters

[TNative const*] native

The pointer to the const native instance.