Implicit Conversion (PortSet(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9) 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> port
)

Parameters

Return Value

Null if port was null; the instance otherwise.

See Also

PortSet< (Of < ( <'T0, T1, T2, T3, T4, T5, T6, T7, T8, T9> ) > ) > Class

Implicit Widening Implicit Implicit Implicit Overload

Microsoft.Ccr.Core Namespace