Show / Hide Table of Contents

Interface IUrgeList

An interface for a list of urges, which can be used as a single urge.

Inherited Members
IUrge.Name
IUrge.Type
IUrge.IsExclusive
IEquatable<IUrge>.Equals(IUrge)
Namespace: Microsoft.XboxStudios.BotBrain
Assembly: BotBrain.Abstractions.dll
Syntax
public interface IUrgeList : IUrge, IEquatable<IUrge?>

Properties

View Source

Urges

Gets the collection of urges.

Declaration
IReadOnlyCollection<IUrge> Urges { get; }
Property Value
Type Description
IReadOnlyCollection<IUrge>

Methods

View Source

AddUrge(IUrge)

Adds an urge to the list.

Declaration
void AddUrge(IUrge urge)
Parameters
Type Name Description
IUrge urge

The urge.

View Source

RemoveUrge(IUrge)

Removes an urge from the list.

Declaration
void RemoveUrge(IUrge urge)
Parameters
Type Name Description
IUrge urge

The urge.

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