IntReference
Class in Zigurous.Architecture
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
IntReference | Creates a new int reference. |
Operators
Implicit | Implicitly converts the reference to an int. |