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