Namespace: Rx.Net – Class: ConstNativeExternWrapper – Assembly: Rx.LFR.Net
ConstNativeExternWrapper Class
C#
class ConstNativeExternWrapper<TNative>
Provides functionality for wrapping a const native type by a managed class by setting the const native instance externally.
Type Parameters
TNative |
The native class. |
Constructors
ConstNativeExternWrapper(pxNative) | Constructor uses the given native instance. |
Methods
GetNative() | Gets the const native instance. |