Show / Hide Table of Contents

Class GameClientTokenAllMethodsGetter

Implements the ITokenPropertyAllowedValuesGetter interface.

Inheritance
object
GameClientTokenAllMethodsGetter
Implements
ITokenPropertyAllowedValuesGetter
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 GameClientTokenAllMethodsGetter : ITokenPropertyAllowedValuesGetter

Properties

View Source

AllowedValues

Gets all the possible methods from all targets.

Declaration
public IEnumerable<object> AllowedValues { get; }
Property Value
Type Description
IEnumerable<object>

Implements

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