Class Leaf
A class representing a tree leaf node.
Implements
Inherited Members
Namespace: Microsoft.XboxStudios.GameStateTracker.TreeObject
Assembly: GameStateTracker.TreeObject.dll
Syntax
public sealed class Leaf : INode
Remarks
Initializes a new instance of the Leaf class.
Constructors
View SourceLeaf(string?)
A class representing a tree leaf node.
Declaration
public Leaf(string? value = null)
Parameters
Type | Name | Description |
---|---|---|
string | value | The node value. |
Remarks
Initializes a new instance of the Leaf class.
Properties
View SourceValue
Gets the item's value.
Declaration
public string? Value { get; }
Property Value
Type | Description |
---|---|
string |