Interface INode
An interface representing a tree object item.
Namespace: Microsoft.XboxStudios.GameStateTracker.TreeObject
Assembly: GameStateTracker.TreeObject.dll
Syntax
public interface INode
Properties
View SourceValue
Gets the item's value.
Declaration
string? Value { get; }
Property Value
Type | Description |
---|---|
string |