Show / Hide Table of Contents

Class DynamicGameStateTokens

A class for serializing a list of tokens.

Inheritance
object
DynamicGameStateTokens
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Microsoft.Internal.Studios.Aruba.Infrastructure.Token
Assembly: Aruba.Infrastructure.dll
Syntax
public class DynamicGameStateTokens

Properties

View Source

Tokens

Gets or sets the dynamic game state tokens.

Declaration
public List<DynamicGameStateToken> Tokens { get; set; }
Property Value
Type Description
List<DynamicGameStateToken>
  • View Source
In this article
Back to top Generated by DocFX