IMutatable<'a>
Namespace: Gjallarhorn
Core interface for all mutatable types
Instance members
Instance member | Description |
Value()
Signature: unit -> 'a
Modifiers: abstract
|
The current value of the type
CompiledName: set_Value
|
Value()
Signature: unit -> unit
Modifiers: abstract
|
The current value of the type
CompiledName: get_Value
|