Skip to content
Docs Try Aspire

InteractionInputCollection

Class sealed net10.0
📦 Aspire.Hosting v13.1.2
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