InteractionInputCollection Constructors
Class Constructors 1 member
A collection of interaction inputs that supports both indexed and name-based access.
Constructor(IReadOnlyList<InteractionInput>) Section titled Constructor(IReadOnlyList<InteractionInput>) Initializes a new instance of the
InteractionInputCollection class. public sealed class InteractionInputCollection{ public InteractionInputCollection( IReadOnlyList<InteractionInput> inputs) { // ... }}Parameters
inputs IReadOnlyList<InteractionInput> The collection of interaction inputs to wrap.