Click or drag to resize

StatusMask  Conversion (UInt32 to StatusMask)

Implicit conversion operator from UInt32 to StatusMask.

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

Parameters

value
Type: SystemUInt32
The value to transform.

Return Value

Type: StatusMask
The StatusMask value.
See Also