Show / Hide Table of Contents

Class Leaf

A class representing a tree leaf node.

Inheritance
object
Leaf
Implements
INode
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
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 Source

Leaf(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 Source

Value

Gets the item's value.

Declaration
public string? Value { get; }
Property Value
Type Description
string

Implements

INode
  • View Source
In this article
Back to top Generated by DocFX