MTree
Constructors
| Constructor | Description |
new()
Signature: unit -> MTree
|
|
Instance members
| Instance member | Description |
AsString
Signature: string
Modifiers: abstract |
|
TryUpdate(arg1)
Signature: Tree -> bool
Modifiers: abstract |
|
Static members
| Static member | Description |
Create(v)
Signature: v:Tree -> IMod<MTree>
|
|
Update(m, v)
Signature: (m:IMod<MTree> * v:Tree) -> unit
|
|