Class NuiValue<T>
A readonly NUI property value that cannot be changed at runtime.
[JsonConverter(typeof(NuiValueConverter))]
public sealed class NuiValue<T> : NuiProperty<T>
Type Parameters
TThe type of value being assigned.
- Inheritance
-
NuiProperty<T>NuiValue<T>
- Inherited Members
- Extension Methods
Constructors
Properties
- Value
Gets the value of this property.