MultiInputOperation.MaxInputs Property

<< 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)

 

Syntax


public uint MaxInputs { get; }

 

Remarks


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.

 

See Also


MultiInputOperation Class

BNCS.Logic.Abstract Namespace