|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS.Logic.Interfaces Namespace > IMultiReceiver Interface > IMultiReceiver Methods > RemoveInput Method > IMultiReceiver.RemoveInput Method (Connector) |
Removes the specified input connector from the collection of inputs.
Namespace: BNCS.Logic.Interfaces
Assembly: BNCS.Logic (in BNCS.Logic.dll)
void RemoveInput(
Connector input
)
input
Type: BNCS.Logic.Connector
The input Connector to be removed.
Condition |
|
|---|---|
Thrown when the input is null. |
|
Thrown when the input is not found in the collection. |
BNCS.Logic.Interfaces Namespace