Class InputPinCollection
Represents a collection of input pins
public sealed class InputPinCollection : PinCollection, IPinCollection, IEnumerable<IPin>, IEnumerable
- Inheritance
-
objectCorePropertyChangedInputPinCollection
- Implements
- Inherited Members
Properties
Direction
Gets the direction of the pin collection and all its pins
public override PinDirection Direction { get; }
Property Value
Type
Gets the type of values the pin collection and all its pins holds
public override Type Type { get; }
Property Value
Values
Gets an enumerable of the values of the pins in this collection
public IEnumerable Values { get; }
Property Value
Methods
ChangeType(Type)
Changes the type of this pin, disconnecting any pins that are incompatible with the new type.
public void ChangeType(Type type)
Parameters
typeTypeThe new type of the pin.
CreatePin()
Creates a new pin compatible with this collection
public override IPin CreatePin()
Returns
- IPin
The newly created pin