Implicit Conversion (PortSet(T0, T1) to Choice)
Microsoft Robotics Class Reference
Implicitly creates a Choice Arbiter with one receiver per type. When a branch is chosen, a delegate will post the item back in the port set
Namespace: Microsoft.Ccr.Core
Assembly: Microsoft.Ccr.Core (in Microsoft.Ccr.Core.dll) Version: 4.0.261.0 (4.0.261.0)
Syntax
public static implicit operator Choice (
PortSet<T0, T1> portSet
)
Parameters
- portSet
Type: Microsoft.Ccr.Core. . :: . .PortSet< (Of < ( <'T0, T1> ) > ) >
PortSet instance to generate Choice from
Return Value
See Also
PortSet< (Of < ( <'T0, T1> ) > ) > Class