|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS.Logic.Abstract Namespace > MultiInputOperation Class > MultiInputOperation Properties > MultiInputOperation.MaxInputs Property |
Gets the maximum number of inputs allowed.
Namespace: BNCS.Logic.Abstract
Assembly: BNCS.Logic (in BNCS.Logic.dll)
public uint MaxInputs { get; }
This property should be overridden in a derived class to specify the maximum number of inputs that the implementation can handle. The value is represented as an unsigned integer.