Watch Aspire live streamsDocsTry Aspire
Watch Aspire live streamsDocsTry

InteractionInputCollection

Classsealednet10.0
📦 Aspire.Hosting v13.5.4
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
View all constructors
View all properties
View all methods
View all indexers