InteropTree<'a> Type
Simple tree structure used across F# and C# APIs.
Constructors
Constructor | Description |
Full Usage:
InteropTree(value, children)
Parameters:
'a option
children : InteropTree<'a> seq
Returns: InteropTree<'a>
|
|
Instance members
Instance member | Description |
|
|
Full Usage:
this.HasValue
Returns: bool
|
|
Full Usage:
this.Value
Returns: 'a option
|
|
Full Usage:
this.ValueOrDefault
Returns: 'a
|