Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft Robotics Class Reference
Convert to the 2th PortSet<T> instance.
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 Port<T2> (
PortSet<T0, T1, T2, T3, T4, T5, T6> port
)
Parameters
- port
Type: Microsoft.Ccr.Core. . :: . .PortSet< (Of < ( <'T0, T1, T2, T3, T4, T5, T6> ) > ) >
PortSet to convert.
Return Value
Null if port was null; the instance otherwise.
See Also
PortSet< (Of < ( <'T0, T1, T2, T3, T4, T5, T6> ) > ) > Class