Inputs

IDictionary<string, IInput> IMatrix.Inputs { get; }

Gets the collection of inputs of this matrix.

Value

IDictionary<string, IInput> – Collection of inputs of this matrix.

Throws