Implicit Conversion (PortSet(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) to Port(T3))
Microsoft Robotics Class Reference
Convert to the 3th 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<T3> (
PortSet<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> port
)
Parameters
- port
Type: Microsoft.Ccr.Core. . :: . .PortSet< (Of < ( <'T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> ) > ) >
PortSet to convert.
Return Value
Null if port was null; the instance otherwise.
See Also
PortSet< (Of < ( <'T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> ) > ) > Class