Interface IHasParameters
An interface for owning parameters.
Namespace: Microsoft.XboxStudios.BotBrain
Assembly: BotBrain.Abstractions.dll
Syntax
public interface IHasParametersProperties
View SourceParameters
Gets or sets the parameters for this object.
Declaration
IParameterManager Parameters { get; set; }Property Value
| Type | Description | 
|---|---|
| IParameterManager |