Click or drag to resize
PropertiesTPropKey, TPropValueCreateFromVoidPtrTPropKey, TPropValue Method
Internal factory function to wrap a native object pointer inside this managed class with null pointer check.

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public static Properties<TPropKey, TPropValue> CreateFromVoidPtr<TPropKey, TPropValue>(
	void* ptr
)

Parameters

ptr
Type: SystemVoid*
The native IntPtr pointer

Type Parameters

TPropKey
TPropValue

Return Value

Type: PropertiesTPropKey, TPropValue
The managed wrapper object; null if the native pointer is null.
See Also