UIntReference
Class in Zigurous.Architecture
Inherits from ValueReference<T>
Declaration
[Serializable]
public class UIntReference : ValueReference<uint, UIntVariable>
Description
A reference to a uint value, either a constant or UIntVariable.
Constructors
UIntReference | Creates a new uint reference. |
Operators
Implicit | Implicitly converts the reference to a uint. |