Class LocalVariableObject<T>
public sealed class LocalVariableObject<T> : LocalVariable<T>, IEquatable<ObjectVariable<T>> where T : NwObject
Type Parameters
T
- Inheritance
-
LocalVariableObject<T>
- Implements
- Inherited Members
- Extension Methods
Properties
- Value
Gets or sets the current value of this variable. Returns the default value of T if unassigned (null or 0).
Methods
- Delete()
Deletes the value of this variable.