IntReference.Implicit

Operator in IntReference

Declaration

public static implicit operator int (IntReference reference)

Description

Implicitly converts the reference to an int.

Parameters

referenceThe reference to convert.

Returns

intThe int value.