Click or drag to resize

ViewStateMask  Conversion (UInt32 to ViewStateMask)

Implicit conversion operator from UInt32 to ViewStateMask.

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

Parameters

value
Type: SystemUInt32
The value to transform.

Return Value

Type: ViewStateMask
The ViewStateMask value.
See Also