Show / Hide Table of Contents

Interface IHasParameters

An interface for owning parameters.

Namespace: Microsoft.XboxStudios.BotBrain
Assembly: BotBrain.Abstractions.dll
Syntax
public interface IHasParameters

Properties

View Source

Parameters

Gets or sets the parameters for this object.

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