Holds a constant value that is lazily computed when first
accessed. If the value implements IDisposable, it is disposed when the
owning DocumentNode is detached.
Inheritance Hierarchy
Spotfire.Dxp.Framework.DocumentModelRuntimeConstantT
Namespace: Spotfire.Dxp.Framework.DocumentModel
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
[ImmutableAttribute] public sealed class RuntimeConstant<T>
Type Parameters
- T
The RuntimeConstantT type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Value | Gets the value.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Version Information
See Also