UIntReference.Implicit

Operator in UIntReference

Declaration

public static implicit operator uint (UIntReference reference)

Description

Implicitly converts the reference to a uint.

Parameters

referenceThe reference to convert.

Returns

uintThe uint value.