InteractionInputCollection
Classsealednet10.0
A collection of interaction inputs that supports both indexed and name-based access.
namespace Aspire.Hosting;
public sealed class InteractionInputCollection : System.Collections.Generic.IEnumerable<Aspire.Hosting.InteractionInput>, System.Collections.Generic.IReadOnlyCollection<Aspire.Hosting.InteractionInput>, System.Collections.Generic.IReadOnlyList<Aspire.Hosting.InteractionInput>, System.Collections.IEnumerable{ // ...}IEnumerable<InteractionInput>IReadOnlyCollection<InteractionInput>IReadOnlyList<InteractionInput>IEnumerable
13 members
Constructors1
Section titled Constructors Initializes a new instance of the
InteractionInputCollection class. Properties2
Section titled PropertiesView all properties
Methods8
Section titled Methodsbool Determines whether the collection contains an input with the specified name.
Returns an enumerator that iterates through the collection.
Indexers2
Section titled IndexersView all indexers