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