IntReference

Inherits from ValueReference<T>

Declaration

[Serializable]
public class IntReference : ValueReference<int, IntVariable>

Description

A reference to an int value, either a constant or IntVariable.

Constructors

IntReferenceCreates a new int reference.

Operators

ImplicitImplicitly converts the reference to an int.