Click or drag to resize

InstanceHandle  Conversion (Int32 to InstanceHandle)

Implicit conversion operator from Int32 to InstanceHandle.

Namespace:  OpenDDSharp.DDS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public static implicit operator InstanceHandle (
	int value
)

Parameters

value
Type: SystemInt32
The value to transform.

Return Value

Type: InstanceHandle
The InstanceHandle value.
See Also