LazyName
No overview available.
Attributes
| Attribute | Type | Description |
|---|---|---|
| 0 | RecursionSafeCache< String > | A recursion-safe cache used to store and retrieve the lazily-evaluated string representation of a name. |
Constructor
Signature
def LazyName() - > [LazyName](lazyname.md?sid=definitions_lazyname)
Signature
def LazyName(
value: RecursionSafeCache< String >
) - > [LazyName](lazyname.md?sid=definitions_lazyname)
Parameters
| Name | Type | Description |
|---|---|---|
| value | RecursionSafeCache< String > | The underlying recursion-safe cache mechanism used to store and retrieve the string name. |