Show / Hide Table of Contents

Interface INode

An interface representing a tree object item.

Namespace: Microsoft.XboxStudios.GameStateTracker.TreeObject
Assembly: GameStateTracker.TreeObject.dll
Syntax
public interface INode

Properties

View Source

Value

Gets the item's value.

Declaration
string? Value { get; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Generated by DocFX