UIntReference

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

UIntReferenceCreates a new uint reference.

Operators

ImplicitImplicitly converts the reference to a uint.