InteractionInputCollection(IReadOnlyList<InteractionInput>) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the InteractionInputCollection class.
public InteractionInputCollection(System.Collections.Generic.IReadOnlyList<Aspire.Hosting.InteractionInput> inputs);
new Aspire.Hosting.InteractionInputCollection : System.Collections.Generic.IReadOnlyList<Aspire.Hosting.InteractionInput> -> Aspire.Hosting.InteractionInputCollection
Public Sub New (inputs As IReadOnlyList(Of InteractionInput))
Parameters
- inputs
- IReadOnlyList<InteractionInput>
The collection of interaction inputs to wrap.